cs_epic_core 1.0.1

Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
Documentation
[dependencies.bigint]
version = "4.4.1"

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

[dependencies.byteorder]
version = "1"

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

[dependencies.croaring]
version = "1.0.1"

[dependencies.enum_primitive]
version = "0.1"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.keccak-hash]
version = "0.2.0"

[dependencies.keychain]
package = "cs_epic_keychain"
version = "1.0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

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

[dependencies.md5]
version = "0.6.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.serde_json]
version = "1"

[dependencies.sha2]
version = "0.8.0"

[dependencies.siphasher]
version = "0.2"

[dependencies.util]
package = "cs_epic_util"
version = "1.0.1"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.6"

[dependencies.zeroize]
version = "1.3.0"

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

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

[package]
authors = ["Epic Foundation <epiccash@brickabode.com>", "Likho", "sneurlax"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
edition = "2021"
license = "Apache-2.0"
name = "cs_epic_core"
readme = false
repository = "https://github.com/cypherstack/epic"
resolver = "1"
version = "1.0.1"

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

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

[[test]]
name = "consensus"
path = "tests/consensus.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 = "transaction"
path = "tests/transaction.rs"

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