grin_core 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_core"
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_core"
path = "src/lib.rs"

[[test]]
name = "block"
path = "tests/block.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "consensus_automated"
path = "tests/consensus_automated.rs"

[[test]]
name = "consensus_mainnet"
path = "tests/consensus_mainnet.rs"

[[test]]
name = "consensus_testnet"
path = "tests/consensus_testnet.rs"

[[test]]
name = "core"
path = "tests/core.rs"

[[test]]
name = "merkle_proof"
path = "tests/merkle_proof.rs"

[[test]]
name = "pmmr"
path = "tests/pmmr.rs"

[[test]]
name = "segment"
path = "tests/segment.rs"

[[test]]
name = "transaction"
path = "tests/transaction.rs"

[[test]]
name = "vec_backend"
path = "tests/vec_backend.rs"

[dependencies.blake2]
version = "0.2"
package = "blake2-rfc"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "0.5"

[dependencies.chrono]
version = "0.4.11"
features = ["serde"]

[dependencies.croaring]
version = "1.0.1"

[dependencies.enum_primitive]
version = "0.1"

[dependencies.keychain]
version = "5.4.0"
package = "grin_keychain"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.lru-cache]
version = "0.1"

[dependencies.num]
version = "0.2"

[dependencies.num-bigint]
version = "0.2"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.siphasher]
version = "0.3"

[dependencies.thiserror]
version = "1"

[dependencies.util]
version = "5.4.0"
package = "grin_util"

[dependencies.zeroize]
version = "1.1"
features = ["zeroize_derive"]

[dev-dependencies.serde_json]
version = "1"