# 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" name = "sshauth" version = "0.1.0" description = "SSH key based (agents or static files) authentication tokens" homepage = "https://github.com/oxidecomputer/sshauth" readme = "README.md" keywords = [ "ssh", "signature", "authentication", "ssh-agent", ] license = "MIT OR Apache-2.0" repository = "https://github.com/oxidecomputer/sshauth.git" [lib] doctest = false [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.13" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1" [dependencies.ecdsa] version = "0.16" [dependencies.p256] version = "0.13" [dependencies.postcard] version = "1" features = ["use-std"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.slog] version = "2.7" [dependencies.ssh-encoding] version = "0.2" [dependencies.ssh-key] version = "0.6.4" features = [ "p256", "ed25519", ] [dependencies.tokio] version = "1" features = [ "io-util", "net", ] [dev-dependencies.tokio] version = "1" features = [ "io-util", "net", "macros", "rt", ]