# 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-core-relayer" version = "0.40.0" authors = ["Fuel Labs "] description = "Fuel Relayer" homepage = "https://fuel.network/" readme = "README.md" keywords = [ "blockchain", "fuel", "fuel-vm", ] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1" optional = true [dependencies.enum-iterator] version = "1.2" [dependencies.ethereum-types] version = "0.14.1" [dependencies.ethers-contract] version = "2" features = ["abigen"] default-features = false [dependencies.ethers-core] version = "2" default-features = false [dependencies.ethers-providers] version = "2" features = [ "ws", "rustls", ] default-features = false [dependencies.fuel-core-services] version = "0.40.0" [dependencies.fuel-core-storage] version = "0.40.0" features = ["std"] default-features = false [dependencies.fuel-core-types] version = "0.40.0" features = ["std"] default-features = false [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1.16" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" optional = true [dependencies.tokio] version = "1.27" features = ["macros"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.2" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.rand] version = "0.8" [dev-dependencies.test-case] version = "3.3" [dev-dependencies.tokio] version = "1.27" features = [ "macros", "test-util", ] default-features = false [features] test-helpers = [ "bytes", "parking_lot", "serde", "serde_json", "thiserror", "fuel-core-types/test-helpers", ]