# 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.75.0" name = "ssh-key-dir" version = "0.1.5" authors = ["Benjamin Gilbert "] build = false exclude = [ "/.cci.jenkinsfile", "/.github", "/.gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/coreos/ssh-key-dir" [package.metadata.release] pre-release-commit-message = "cargo: ssh-key-dir release {{version}}" publish = false push = false sign-commit = true sign-tag = true tag-message = "ssh-key-dir v{{version}}" [package.metadata.vendor-filter] all-features = true platforms = ["*-unknown-linux-gnu"] tier = "2" [[bin]] name = "ssh-key-dir" path = "src/main.rs" [dependencies.anyhow] version = ">= 1.0.38, < 2" [dependencies.clap] version = "4" features = [ "std", "cargo", "help", "string", "usage", ] default-features = false [dependencies.uzers] version = ">= 0.10, < 0.12" [dev-dependencies.nix] version = ">= 0.17, < 0.27" [dev-dependencies.tempfile] version = "3"