# 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.80" name = "cargo-credential-oo7" version = "0.3.0" authors = [ "Bilal Elmoussaoui", "Sophie Herold", "Maximiliano Sandoval", ] build = false exclude = ["org.freedesktop.Secrets.xml"] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo credential provider using oo7" 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" [[bin]] name = "cargo-credential-oo7" path = "src/main.rs" [dependencies.cargo-credential] version = "0.4" [dependencies.oo7] version = "0.3" features = [ "unstable", "tracing", ] [dependencies.tokio] version = "1.40" features = ["rt-multi-thread"] default-features = false