# 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-system-api" version = "1.0.0" authors = ["The Exonum Team "] description = "System API plugin for the Exonum framework" homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-system-api" readme = "README.md" keywords = ["exonum", "http", "plugin"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [dependencies.actix-web] version = "2.0.0" default-features = false [dependencies.exonum] version = "1.0.0" [dependencies.exonum-api] version = "1.0.0" [dependencies.exonum-node] version = "1.0.0" [dependencies.futures] version = "0.3.4" [dependencies.semver] version = "0.9.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.anyhow] version = "1.0.26" [dev-dependencies.exonum-testkit] version = "1.0.0" features = ["exonum-node"] [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tokio] version = "0.2.13" features = ["blocking", "dns", "io-util", "macros", "rt-threaded", "tcp", "time"] [badges.travis-ci] repository = "exonum/exonum"