# 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 = "2021" rust-version = "1.77.0" name = "bp-dbc" version = "0.12.0-beta.2" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Deterministic bitcoin commitments library" homepage = "https://github.com/BP-WG" readme = "README.md" keywords = [ "lnp-bp", "bitcoin", "blockchain", "smart-contracts", "single-use-seals", ] categories = [ "cryptography", "encoding", ] license = "Apache-2.0" repository = "https://github.com/BP-WG/bp-core" [package.metadata.docs.rs] features = ["all"] [lib] name = "dbc" path = "src/lib.rs" [dependencies.amplify] version = "4.8.0" [dependencies.base85] version = "=2.0.0" [dependencies.bp-consensus] version = "0.12.0-beta.2" [dependencies.commit_verify] version = "0.12.0-beta.1" features = ["rand"] [dependencies.secp256k1] version = "0.30.0" features = [ "global-context", "rand", ] [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.strict_encoding] version = "2.8.1" [features] all = ["serde"] default = [] serde = [ "serde_crate", "bp-consensus/serde", "commit_verify/serde", "secp256k1/serde", ]