# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "avalanche-consensus" version = "0.1.1" publish = true description = "Avalanche consensus" homepage = "https://avax.network" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ava-labs/avalanche-rs/tree/main/crates/avalanche-consensus" resolver = "1" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [dependencies.avalanche-types] version = "0.1.1" features = [] [dependencies.bytes] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.186" features = ["derive"] [dependencies.thiserror] version = "1.0.47" [dev-dependencies.env_logger] version = "0.10.0"