# 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 = "2018" name = "aries-cli" version = "0.1.1" authors = ["Animo Solutions"] description = "A simple Aries Cloudagent Controller" homepage = "https://animo.id" readme = "README.md" keywords = ["aries", "cloudagent", "controller", "cli-tool"] categories = ["aries", "cloudagent", "controller", "cli-tool"] license = "Apache-2.0" repository = "https://github.com/animo/aries-cli" [[bin]] name = "aries-cli" path = "src/main.rs" [dependencies.async-trait] version = "0.1.51" [dependencies.clap] version = "2.33.3" features = ["yaml"] [dependencies.clipboard] version = "0.5.0" [dependencies.colored] version = "2.0.0" [dependencies.qr2term] version = "0.2.2" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rust-ini] version = "0.17.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1" features = ["full"] [dependencies.yaml-rust] version = "0.4.5"