[dependencies.amplify]
version = "~4.7.0"
[dependencies.chrono]
optional = true
version = "0.4.38"
[dependencies.commit_verify]
version = "0.11.0"
[dependencies.secp256k1]
features = ["global-context", "rand"]
version = "0.30.0"
[dependencies.serde_crate]
features = ["derive"]
optional = true
package = "serde"
version = "1"
[dependencies.strict_encoding]
version = "~2.7.0"
[dependencies.strict_types]
optional = true
version = "~2.7.2"
[features]
all = ["chrono", "stl", "serde"]
default = ["chrono"]
serde = ["serde_crate", "amplify/serde", "secp256k1/serde"]
stl = ["strict_types"]
[lib]
name = "bc"
path = "src/lib.rs"
[package]
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Bitcoin protocol consensus library"
edition = "2021"
homepage = "https://github.com/BP-WG"
keywords = ["lnp-bp", "smart-contracts", "bitcoin", "blockchain"]
license = "Apache-2.0"
name = "bp-consensus"
readme = "README.md"
repository = "https://github.com/BP-WG/bp-core"
rust-version = "1.77.0"
version = "0.11.0"
[package.metadata.docs.rs]
features = ["all"]