# 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 = "tetsy-finality-grandpa" version = "0.13.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Tetsy PBFT-based finality gadget for blockchains" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tetsy-finality-grandpa" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/tetcoin/tetsy-finality-grandpa" [dependencies.either] version = "1.6" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.futures-timer] version = "3.0" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.num] version = "0.2" default-features = false package = "num-traits" [dependencies.parking_lot] version = "0.11" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.tetsy-scale-codec] version = "2.0.1" features = ["derive"] optional = true default-features = false [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.rand] version = "0.8" [features] default = ["std"] derive-codec = ["tetsy-scale-codec"] fuzz-helpers = [] std = ["tetsy-scale-codec/std", "num/std", "parking_lot", "log", "futures-timer", "futures/executor"] test-helpers = ["fuzz-helpers", "rand", "std"]