# 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 = "fc-consensus" version = "2.0.0" authors = ["Parity Technologies "] description = "Frontier consensus for substrate" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/paritytech/frontier/" [dependencies.codec] version = "2.0.0" features = ["derive"] package = "parity-scale-codec" [dependencies.derive_more] version = "0.99.2" [dependencies.fc-db] version = "1.0.0" [dependencies.fp-consensus] version = "1.0.0" [dependencies.fp-rpc] version = "2.0.0" [dependencies.futures] version = "0.3.1" features = ["compat"] [dependencies.log] version = "0.4.8" [dependencies.prometheus-endpoint] version = "0.9.0" package = "substrate-prometheus-endpoint" [dependencies.sc-client-api] version = "3.0.0" [dependencies.sp-api] version = "3.0.0" [dependencies.sp-block-builder] version = "3.0.0" [dependencies.sp-blockchain] version = "3.0.0" [dependencies.sp-consensus] version = "0.9.0" [dependencies.sp-core] version = "3.0.0" [dependencies.sp-inherents] version = "3.0.0" [dependencies.sp-runtime] version = "3.0.0" [dependencies.sp-timestamp] version = "3.0.0"