# 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] name = "update-ssh-keys" version = "0.7.0" authors = ["Stephen Demos ", "Luca Bruno "] description = "A tool for managing authorized SSH keys" documentation = "https://docs.rs/update-ssh-keys" license = "Apache-2.0" repository = "https://github.com/coreos/update-ssh-keys" [package.metadata.release] disable-publish = true disable-push = true post-release-commit-message = "cargo: development version bump" pre-release-commit-message = "cargo: update-ssh-keys release {{version}}" sign-commit = true tag-message = "update-ssh-keys v{{version}}" [profile.release] lto = true [lib] path = "src/lib.rs" doc = true [[bin]] name = "update-ssh-keys" path = "src/main.rs" doc = false [dependencies.clap] version = "2.33" [dependencies.error-chain] version = "0.12" default-features = false [dependencies.fs2] version = "0.4" [dependencies.openssh-keys] version = "0.4" [dependencies.users] version = "0.11"