# 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] edition = "2018" name = "exonum-rust-runtime" version = "1.0.0" authors = ["The Exonum Team "] description = "The runtime is for running Exonum services written in Rust." homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-rust-runtime" readme = "README.md" keywords = ["exonum", "runtime"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [[bench]] name = "criterion" path = "benches/criterion/lib.rs" harness = false [dependencies.actix-web] version = "2.0.0" [dependencies.exonum] version = "1.0.0" [dependencies.exonum-api] version = "1.0.0" [dependencies.exonum-derive] version = "1.0.0" [dependencies.exonum-merkledb] version = "1.0.0" [dependencies.exonum-proto] version = "1.0.0" [dependencies.futures] version = "0.3.4" [dependencies.log] version = "0.4.8" [dependencies.protobuf] version = "2.10.1" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.tokio] version = "0.2.11" [dev-dependencies.anyhow] version = "1.0.26" [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.bincode] version = "1.2.1" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde_json] version = "1.0.44" [dev-dependencies.tempfile] version = "3" [build-dependencies.exonum-build] version = "1.0.0" [badges.travis-ci] repository = "exonum/exonum"