ckb-sync 1.3.0

The ckb sync/relayer protocols implementation
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-sync"
version = "1.3.0"
authors = ["Nervos Core Dev <dev@nervos.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ckb sync/relayer protocols implementation"
homepage = "https://github.com/nervosnetwork/ckb"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nervosnetwork/ckb"

[features]
default = []
stats = []
with_sentry = ["sentry"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ckb-tx-pool]
version = "1"

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

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

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

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

[dependencies.dashmap]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.governor]
version = "0.10"
features = [
    "std",
    "jitter",
    "quanta",
]
default-features = false

[dependencies.itertools]
version = "0.11.0"

[dependencies.keyed_priority_queue]
version = "0.3"

[dependencies.lru]
version = "0.7.1"

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

[dependencies.tempfile]
version = "3"

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

[dev-dependencies.ckb-chain]
version = "1"
features = ["mock"]

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

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

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

[dev-dependencies.ckb-proposal-table]
version = "1"

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

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

[dev-dependencies.ckb-test-chain-utils]
version = "1"

[dev-dependencies.ckb-tx-pool]
version = "1"
features = ["internal"]

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

[dev-dependencies.rand]
version = "0.8.5"