# 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.67" name = "bp-primitives" version = "0.10.9" authors = ["Dr Maxim Orlovsky "] description = "Bitcoin protocol primitives library" homepage = "https://github.com/BP-WG" readme = "README.md" keywords = [ "lnp-bp", "smart-contracts", "bitcoin", "blockchain", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/BP-WG/bp-core" [package.metadata.docs.rs] features = ["all"] [lib] name = "bc" [dependencies.amplify] version = "4.2.0" [dependencies.commit_verify] version = "0.10.5" [dependencies.secp256k1] version = "0.27.0" features = ["global-context"] [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.strict_encoding] version = "2.5.0" [dependencies.strict_types] version = "1.6.2" optional = true [features] all = [ "stl", "serde", ] default = [] serde = [ "serde_crate", "amplify/serde", "secp256k1/serde", ] stl = ["strict_types"]