# 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 = "thrussh-agent" version = "0.1.0" authors = ["pe@pijul.org "] include = ["Cargo.toml", "src/thrussh-agent.rs", "src/thrussh-add.rs"] description = "An SSH agent, including a server (thrussh-agent) and a client (thrussh-add)." license = "Apache-2.0/MIT" repository = "https://nest.pijul.com/pijul_org/thrussh" [[bin]] name = "thrussh-agent" path = "src/thrussh-agent.rs" [[bin]] name = "thrussh-add" path = "src/thrussh-add.rs" [dependencies.clap] version = "2.28" [dependencies.futures] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.3" [dependencies.termion] version = "1.5" [dependencies.thrussh-keys] version = "0.8.1" [dependencies.tokio-core] version = "0.1" [dependencies.tokio-uds] version = "0.1"