[package] name = "vault_vcs" version = "1.2.2" edition = "2021" author = "Shubham singh " description = "A simplified version control system built in Rust for local files, quite similar to how git functions." license = "MIT" license-file = "LICENSE" repository = "https://github.com/shubhexists/vault" categories = ["cli", "version-control", "git","developer-utility"] keywords = ["cli", "version-control", "git","developer-utility"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.8", features = ["derive"] } flate2 = "1.0" serde = { version = "1", features = ["derive"] } serde_json = "1" chrono = "0.4.31" whoami = "1.4.1" sha256 = "1.4.0" serde_yaml = "0.9.27"