[package] name = "rvc-lib" version = "0.2.0" edition = "2021" license = "GPL-3.0" authors = ["gluzandii"] keywords = ["rvc"] repository = "https://github.com/gluzandii/rvc-lib" homepage = "https://github.com/gluzandii/rvc-lib" description = "The library that rvc uses for version control." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bson = "2.6.1" colored = "2.0.0" flate2 = "1.0.25" lz4 = "1.24.0" serde = { version = "1.0.159", features = ["derive"] } thiserror = "1.0.40" toml = "0.7.3" walkdir = "2.3.3" [dev-dependencies] scopeguard = "1.1.0" rand = "0.8.5" [build-dependencies] cc = "1.0.79"