# 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 = "quilclient" version = "0.2.1" authors = ["Agost Biro "] description = "Quilibrium client CLI" homepage = "https://github.com/agostbiro/quilibrium-rs" readme = "README.md" keywords = [ "cli", "client", "quilibrium", ] categories = [ "command-line-utilities", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/agostbiro/quilibrium-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.6" features = [ "derive", "env", ] [dependencies.csv] version = "1.3.0" [dependencies.hex] version = "0.4.3" [dependencies.multiaddr] version = "0.18.0" [dependencies.prost] version = "0.12.1" [dependencies.quilibrium] version = "0.2.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.tokio] version = "1.33.0" features = [ "fs", "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.10.2"