cs_mwc_pool 5.3.9

Chain implementation for mwc, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
Documentation
[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]
package = "cs_mwc_core"
version = "5.3.9"

[dependencies.mwc_keychain]
package = "cs_mwc_keychain"
version = "5.3.9"

[dependencies.mwc_util]
package = "cs_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]
package = "cs_mwc_chain"
version = "5.3.9"

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

[package]
authors = ["Mwc Developers <info@mwc.mw>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Chain implementation for mwc, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
edition = "2018"
keywords = ["crypto", "cs_mwc", "mimblewimble"]
license = "Apache-2.0"
name = "cs_mwc_pool"
readme = false
repository = "https://github.com/mwcproject/mwc-node"
version = "5.3.9"

[[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"