# 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 = "vaulted" version = "0.1.7" authors = ["FLO3 "] description = "Vaulted is a complete password management utility." homepage = "https://FL03.github.io/vaulted" readme = "README.md" keywords = [ "cli", "password", "management", ] categories = [] license = "MIT" repository = "https://github.com/FL03/vaulted.git" [lib] crate-type = [ "cdylib", "rlib", ] test = true [[bin]] name = "vaulted-cli" bench = false [dependencies.bcrypt] version = "0.13.0" [dependencies.bson] version = "2.3.0" features = [ "chrono-0_4", "serde_with", ] [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.82"