# 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.58.0" name = "ssh-key-dir" version = "0.1.4" authors = ["Benjamin Gilbert "] exclude = [ "/.cci.jenkinsfile", "/.github", "/.gitignore", ] description = "AuthorizedKeysCommand wrapper to read ~/.ssh/authorized_keys.d" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/coreos/ssh-key-dir" resolver = "2" [package.metadata.release] sign-commit = true sign-tag = true push = false publish = false pre-release-commit-message = "cargo: ssh-key-dir release {{version}}" tag-message = "ssh-key-dir v{{version}}" [profile.release] lto = true [[bin]] name = "ssh-key-dir" path = "src/main.rs" [dependencies.anyhow] version = ">= 1.0.38, < 2" [dependencies.clap] version = ">= 3.1, < 4" features = [ "std", "cargo", ] default-features = false [dependencies.users] version = ">= 0.10, < 0.12" [dev-dependencies.nix] version = ">= 0.17, < 0.26" [dev-dependencies.tempfile] version = "3"