# 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 = "rhododendron" version = "0.7.0" authors = ["Parity Technologies "] description = "Asynchronously safe BFT protocol, futures-based implementation" license = "GPL-3.0" repository = "https://github.com/paritytech/rhododendron" [dependencies.error-chain] version = "0.12" [dependencies.futures] version = "0.1.17" [dependencies.log] version = "0.4" [dependencies.parity-scale-codec] version = "1.0.3" features = ["derive"] optional = true [dev-dependencies.parity-scale-codec] version = "1.0.3" features = ["derive"] [dev-dependencies.tokio-core] version = "0.1.12" [dev-dependencies.tokio-timer] version = "0.1.2" [features] codec = ["parity-scale-codec"]