# 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" name = "fuel-chain-config" version = "0.15.3" authors = ["Fuel Labs "] description = "Fuel Chain config types" homepage = "https://fuel.network/" readme = "README.md" keywords = [ "blockchain", "cryptocurrencies", "fuel-client", ] categories = ["cryptography::cryptocurrencies"] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.fuel-core-interfaces] version = "0.15.3" features = ["serde"] [dependencies.fuel-poa-coordinator] version = "0.15.3" [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.itertools] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.serde_with] version = "1.11" [dependencies.tracing] version = "0.1" [dev-dependencies.insta] version = "1.8"