# 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-e2e-client" version = "0.40.0" authors = ["Fuel Labs "] publish = true description = "Fuel Core E2E Testing Client" homepage = "https://fuel.network/" readme = "README.md" keywords = [ "blockchain", "cryptocurrencies", ] categories = ["cryptography::cryptocurrencies"] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.fuel-core-chain-config] version = "0.40.0" features = ["default"] default-features = false [dependencies.fuel-core-client] version = "0.40.0" [dependencies.fuel-core-types] version = "0.40.0" features = ["test-helpers"] default-features = false [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.humantime-serde] version = "1.1" [dependencies.itertools] version = "0.12" default-features = false [dependencies.libtest-mimic] version = "0.6.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.tikv-jemallocator] version = "0.5" [dependencies.tokio] version = "1.27" default-features = false [dependencies.toml] version = "0.5" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.fuel-core] version = "0.40.0" features = [ "rocksdb", "wasm-executor", "p2p", "test-helpers", ] default-features = false [dev-dependencies.insta] version = "1.8" [dev-dependencies.tempfile] version = "3.4" [features] default = []