# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "superkeyloader" version = "0.1.1" authors = ["Alessandro Biondi (biosan) "] exclude = ["ci/**/*", "doc/**/*", ".**/*"] description = "A small utility to copy all your GitHub SSH public keys on your system." homepage = "https://github.com/biosan/superkeyloader" readme = "README.md" keywords = ["cli", "ssh", "github", "ssh-keys", "utility"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/biosan/superkeyloader" [lib] name = "superkeyloader_lib" path = "src/lib.rs" [[bin]] name = "superkeyloader" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap-verbosity-flag] version = "0.3.1" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.5" [dependencies.human-panic] version = "1.0.1" [dependencies.log] version = "0.4.8" [dependencies.maplit] version = "1.0.2" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.0.0" [dependencies.structopt] version = "0.3" [dependencies.ureq] version = "0.12" features = ["json"] [dev-dependencies.assert_cmd] version = "0.12" [dev-dependencies.mockito] version = "0.23.3" [dev-dependencies.predicates] version = "1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rusty-hook] version = "0.10" [dev-dependencies.tempfile] version = "3.1" [badges.coveralls] repository = "biosan/superkeyloader" [badges.maintenance] status = "actively-developed"