# 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 = "rucksack-lib" version = "0.8.2-1" authors = ["Duncan McGreggor "] exclude = [ "/.github", "/resources", ".gitignore", ] description = "The rucksack core library" documentation = "https://docs.rs/rucksack-lib/" readme = "README.md" keywords = [ "password-manager", "terminal", ] license = "Apache-2.0" repository = "https://github.com/oxur/rucksack" resolver = "1" [lib] name = "rucksack_lib" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.confyg] version = "0.2.0" [dependencies.dirs] version = "5.0.1" [dependencies.lipsum] version = "0.9.0" [dependencies.log] version = "0.4" [dependencies.passwords] version = "3.1" [dependencies.path-clean] version = "1.0.1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shellexpand] version = "3.0.0" [dependencies.time] version = "0.3" [dependencies.twyg] version = "0.2.0" [dependencies.uuid] version = "1.2" features = ["v4"] [dependencies.versions] version = "6.0.0" [dev-dependencies.tempfile] version = "3" default-features = false