fuel-core-txpool 0.40.0

Transaction pool that manages transactions and their dependencies.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.derive_more]
version = "0.99"

[dependencies.fuel-core-services]
features = ["sync-processor"]
version = "0.40.0"

[dependencies.fuel-core-storage]
default-features = false
features = ["std"]
version = "0.40.0"

[dependencies.fuel-core-types]
default-features = false
features = ["test-helpers"]
version = "0.40.0"

[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]
default-features = false
features = ["sync"]
version = "1.27"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.fuel-core-storage]
default-features = false
features = ["std", "test-helpers"]
version = "0.40.0"

[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]
default-features = false
features = ["sync", "test-util"]
version = "1.27"

[dev-dependencies.tracing]
version = "0.1"

[features]
test-helpers = ["fuel-core-types/test-helpers", "fuel-core-storage/test-helpers"]

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies"]
description = "Transaction pool that manages transactions and their dependencies."
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"]
license = "BUSL-1.1"
name = "fuel-core-txpool"
repository = "https://github.com/FuelLabs/fuel-core"
version = "0.40.0"