# 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-netrc" version = "0.1.0" authors = ["Nikita Rushmanov "] description = "Cargo credential provider that parses your .netrc file to get credentials." homepage = "https://github.com/Nikita240/cargo-credential-netrc" readme = "README.md" keywords = [ "cargo-credential", "credential", "netrc", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nikita240/cargo-credential-netrc" [dependencies.cargo-credential] version = "0.4.6" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.handlebars] version = "6.1.0" [dependencies.rust-netrc] version = "0.1.1" [dependencies.url] version = "2.5.2"