[package]
edition = "2018"
name = "mwc_pool"
version = "5.3.9"
authors = ["Mwc Developers <info@mwc.mw>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chain implementation for mwc, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
readme = false
keywords = [
"crypto",
"mwc",
"mimblewimble",
]
license = "Apache-2.0"
repository = "https://github.com/mwcproject/mwc-node"
[lib]
name = "mwc_pool"
path = "src/lib.rs"
[[test]]
name = "block_building"
path = "tests/block_building.rs"
[[test]]
name = "block_max_weight"
path = "tests/block_max_weight.rs"
[[test]]
name = "block_reconciliation"
path = "tests/block_reconciliation.rs"
[[test]]
name = "coinbase_maturity"
path = "tests/coinbase_maturity.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "nrd_kernel_relative_height"
path = "tests/nrd_kernel_relative_height.rs"
[[test]]
name = "nrd_kernels_disabled"
path = "tests/nrd_kernels_disabled.rs"
[[test]]
name = "nrd_kernels_enabled"
path = "tests/nrd_kernels_enabled.rs"
[[test]]
name = "transaction_pool"
path = "tests/transaction_pool.rs"
[dependencies.blake2-rfc]
version = "0.2"
[dependencies.chrono]
version = "0.4.11"
[dependencies.log]
version = "0.4"
[dependencies.lru]
version = "0.12"
[dependencies.mwc_core]
version = "5.3.9"
[dependencies.mwc_keychain]
version = "5.3.9"
[dependencies.mwc_util]
version = "5.3.9"
[dependencies.rand]
version = "0.6"
[dependencies.serde]
version = "1"
[dependencies.serde_derive]
version = "1"
[dependencies.thiserror]
version = "1"
[dev-dependencies.mwc_chain]
version = "5.3.9"