# 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 = "vault_vcs" version = "1.2.2" description = "A simplified version control system built in Rust for local files, quite similar to how git functions." readme = "README.md" keywords = [ "cli", "version-control", "git", "developer-utility", ] categories = [ "cli", "version-control", "git", "developer-utility", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/shubhexists/vault" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9.27" [dependencies.sha256] version = "1.4.0" [dependencies.whoami] version = "1.4.1"