# 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 = "iam-ssh-agent" version = "0.3.1" authors = ["Keith Duncan "] include = ["/src"] description = "ssh-agent compatible daemon that forwards list-keys and sign-data operations to an API Gateway backend, access controlled by the caller's IAM identity." readme = "README.md" keywords = ["ssh", "ssh-agent", "aws"] categories = ["command-line-utilities", "development-tools"] license = "BSD-3-Clause" repository = "https://github.com/keithduncan/iam-ssh-agent" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.iam-ssh-agent] path = "/usr/bin/iam-ssh-agent" [dependencies.base64] version = "0.11.0" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.7.1" [dependencies.futures] version = "0.1.29" [dependencies.openssh-keys] version = "0.4.1" [dependencies.rusoto_core] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.signal-hook] version = "0.1.13" [dependencies.ssh-agent] version = "0.2.1" [dependencies.textwrap] version = "0.11.0" [dependencies.url] version = "2.1.1"