grin_pool 5.3.3

Chain implementation for grin, 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.grin_core]
version = "5.3.3"

[dependencies.grin_keychain]
version = "5.3.3"

[dependencies.grin_util]
version = "5.3.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.grin_chain]
version = "5.3.3"

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

[package]
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
edition = "2018"
keywords = ["crypto", "grin", "mimblewimble"]
license = "Apache-2.0"
name = "grin_pool"
readme = false
repository = "https://github.com/mimblewimble/grin"
version = "5.3.3"

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