# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rvc-lib" version = "0.2.0" authors = ["gluzandii"] description = "The library that rvc uses for version control." homepage = "https://github.com/gluzandii/rvc-lib" readme = "README.md" keywords = ["rvc"] license = "GPL-3.0" repository = "https://github.com/gluzandii/rvc-lib" [dependencies.bson] version = "2.6.1" [dependencies.colored] version = "2.0.0" [dependencies.flate2] version = "1.0.25" [dependencies.lz4] version = "1.24.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.3" [dependencies.walkdir] version = "2.3.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.scopeguard] version = "1.1.0" [build-dependencies.cc] version = "1.0.79"