# 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" rust-version = "1.75" name = "oo7-cli" version = "0.3.3" authors = [ "Bilal Elmoussaoui", "Sophie Herold", "Maximiliano Sandoval", ] exclude = ["org.freedesktop.Secrets.xml"] description = "System keyring access from the terminal" homepage = "https://github.com/bilelmoussaoui/oo7" readme = "README.md" keywords = [ "keyring", "secret", "service", "portal", "keychain", ] categories = [ "os::linux-apis", "os", "api-bindings", ] license = "MIT" repository = "https://github.com/bilelmoussaoui/oo7" [dependencies.chrono] version = "0.4.31" features = [ "alloc", "clock", ] default-features = false [dependencies.clap] version = "4.4.6" features = [ "cargo", "derive", ] [dependencies.oo7] version = "0.3" [dependencies.rpassword] version = "7.2.0" [dependencies.tokio] version = "1.17" features = [ "macros", "rt-multi-thread", ] default-features = false