grin_pool 5.4.0

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

[lib]
name = "grin_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.grin_core]
version = "5.4.0"

[dependencies.grin_keychain]
version = "5.4.0"

[dependencies.grin_util]
version = "5.4.0"

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