# 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-user" version = "0.2.1" authors = ["JS Dreim "] exclude = ["/.idea"] description = "A Cargo plugin for managing multiple sets of credentials." documentation = "https://docs.rs/cargo-user" readme = "README.md" keywords = [ "cargo", "cli", "plugin", "utility", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "Apache-2.0" repository = "https://github.com/jsdreim/cargo-user" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "3.1.10" features = [ "cargo", "derive", ] [dependencies.directories] version = "4.0"