# 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 = "cargo-credential-pass" version = "1.0.0" authors = ["Dom Dwyer "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Keep your cargo registry tokens encrypted in your pass store" readme = "README.md" keywords = [ "cargo", "credential", "pass", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0" repository = "https://github.com/domodwyer/cargo-credential-pass" [[bin]] name = "cargo-credential-pass" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.cargo-credential] version = "0.4.6" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.12.0"