# 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 = "quilibrium" version = "0.2.1" authors = ["Agost Biro "] exclude = [ "protobufs/ceremonyclient/node/ceremony.json", "*.pdf", ] description = "Quilibrium client library" 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.chrono] version = "0.4.31" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libp2p-identity] version = "0.2.5" features = [ "peerid", "serde", ] [dependencies.multiaddr] version = "0.18.0" [dependencies.prost] version = "0.12.1" [dependencies.ruint] version = "1.10.1" features = ["serde"] [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.10.2" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.tokio-test] version = "0.4.3" [build-dependencies.tonic-build] version = "0.10.2"