[package] name = "libtbr" version = "0.1.1" edition = "2024" [lib] name = "tbr" crate-type = ["rlib", "cdylib"] [[bin]] name = "uniffi-bindgen" path = "uniffi-bindgen.rs" [dependencies] chrono = "0.4.44" flate2 = "1.1.2" git2 = "0.20.2" indexmap = "2.14.0" log = "0.4.27" lalrpop-util = { version = "0.20.0", features = ["lexer"] } openssl-sys = { version = "0.9.116", features = ["vendored"] } quick-xml = "0.39.2" rand = "0.9.2" rayon = "1.10.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" tar = "0.4.44" uniffi = { version = "0.31.1", features = ["cli", "tokio"] } walkdir = "2.5.0" zip = "5.0.0" [build-dependencies] lalrpop = "0.20.0" [dev-dependencies] uniffi = { version = "0.31.1", features = ["build"] }