ckb-tx-pool 1.2.0

CKB Tx-pool stores transactions, which is designed for CKB Two Step Transaction Confirmation mechanism
Documentation
# 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 = "2024"
rust-version = "1.92.0"
name = "ckb-tx-pool"
version = "1.2.0"
authors = ["Nervos Core Dev <dev@nervos.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CKB Tx-pool stores transactions, which is designed for CKB Two Step Transaction Confirmation mechanism"
homepage = "https://github.com/nervosnetwork/ckb"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nervosnetwork/ckb"

[features]
default = []
internal = []
march-native = [
    "ckb-db/march-native",
    "ckb-store/march-native",
    "ckb-snapshot/march-native",
]
portable = [
    "ckb-db/portable",
    "ckb-store/portable",
    "ckb-snapshot/portable",
]
with_sentry = ["sentry"]

[lib]
name = "ckb_tx_pool"
path = "src/lib.rs"

[dependencies.ckb-app-config]
version = "1"

[dependencies.ckb-async-runtime]
version = "1"

[dependencies.ckb-chain-spec]
version = "1"

[dependencies.ckb-channel]
version = "1"

[dependencies.ckb-dao]
version = "1"

[dependencies.ckb-db]
version = "1"

[dependencies.ckb-error]
version = "1"

[dependencies.ckb-fee-estimator]
version = "1"

[dependencies.ckb-jsonrpc-types]
version = "1"

[dependencies.ckb-logger]
version = "1"

[dependencies.ckb-metrics]
version = "1"

[dependencies.ckb-network]
version = "1"

[dependencies.ckb-reward-calculator]
version = "1"

[dependencies.ckb-script]
version = "1"

[dependencies.ckb-snapshot]
version = "1"

[dependencies.ckb-stop-handler]
version = "1"

[dependencies.ckb-store]
version = "1"

[dependencies.ckb-systemtime]
version = "1"

[dependencies.ckb-types]
version = "1"

[dependencies.ckb-util]
version = "1"

[dependencies.ckb-verification]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "http2",
    "client",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "client-legacy",
    "http1",
    "http2",
]

[dependencies.lru]
version = "0.7.1"

[dependencies.multi_index_map]
version = "0.6.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.sentry]
version = "0.34.0"
optional = true

[dependencies.serde_json]
version = "1.0"

[dependencies.slab]
version = "0.4"

[dependencies.tokio]
version = "1.35.0"
features = [
    "sync",
    "process",
]

[dependencies.tokio-util]
version = "0.7.8"

[dev-dependencies.ckb-hash]
version = "1"
default-features = false

[dev-dependencies.ckb-systemtime]
version = "1"
features = ["enable_faketime"]

[dev-dependencies.tempfile]
version = "3"