# 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 = "sunset-async" version = "0.2.0" description = "Std async wrapper for Sunset SSH" license = "0BSD" repository = "https://github.com/mkj/sunset" [dependencies.argh] version = "0.1" [dependencies.embassy-futures] version = "0.1" [dependencies.embassy-sync] version = "0.5" [dependencies.embedded-io-async] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.heapless] version = "0.8" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = ["release_max_level_trace"] [dependencies.nix] version = "0.26" [dependencies.pretty-hex] version = "0.4" [dependencies.rpassword] version = "7.2" [dependencies.ssh-key] version = "0.6" features = ["std"] default-features = false [dependencies.sunset] version = "0.2" features = [ "std", "rsa", "openssh-key", ] [dependencies.sunset-embassy] version = "0.2" [dependencies.sunset-sshwire-derive] version = "0.2" [dependencies.tokio] version = "1.25" features = [ "net", "io-util", "signal", ] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.embedded-io-adapters] version = "0.6" features = ["tokio-1"] [dev-dependencies.pretty-hex] version = "0.4" [dev-dependencies.simplelog] version = "0.12" [dev-dependencies.time] version = "0.3" features = ["local-offset"] [dev-dependencies.tokio] version = "1.25" features = ["full"] [dev-dependencies.whoami] version = "1.3" [dev-dependencies.zeroize] version = "1.5" [features]