# 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-txpool" version = "0.40.0" authors = ["Fuel Labs "] description = "Transaction pool that manages transactions and their dependencies." homepage = "https://fuel.network/" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "vm", ] categories = ["cryptography::cryptocurrencies"] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.derive_more] version = "0.99" [dependencies.fuel-core-services] version = "0.40.0" features = ["sync-processor"] [dependencies.fuel-core-storage] version = "0.40.0" features = ["std"] default-features = false [dependencies.fuel-core-types] version = "0.40.0" features = ["test-helpers"] default-features = false [dependencies.futures] version = "0.3" [dependencies.num-rational] version = "0.4.2" [dependencies.parking_lot] version = "0.12" [dependencies.petgraph] version = "0.6.5" [dependencies.tokio] version = "1.27" features = ["sync"] default-features = false [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dev-dependencies.fuel-core-storage] version = "0.40.0" features = [ "std", "test-helpers", ] default-features = false [dev-dependencies.mockall] version = "0.11" [dev-dependencies.proptest] version = "1.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.test-strategy] version = "0.3" [dev-dependencies.tokio] version = "1.27" features = [ "sync", "test-util", ] default-features = false [dev-dependencies.tracing] version = "0.1" [features] test-helpers = [ "fuel-core-types/test-helpers", "fuel-core-storage/test-helpers", ]