# 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.70.0" name = "bp-seals" version = "0.11.0-beta.6" authors = ["Dr Maxim Orlovsky "] description = "Bitcoin protocol single-use-seals 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 = "seals" path = "src/lib.rs" [dependencies.amplify] version = "4.6.0" [dependencies.baid64] version = "0.2.0" [dependencies.bp-consensus] version = "0.11.0-beta.6" [dependencies.bp-dbc] version = "0.11.0-beta.6" [dependencies.commit_verify] version = "0.11.0-beta.6" [dependencies.rand] version = "0.8.5" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.single_use_seals] version = "0.11.0-beta.6" [dependencies.strict_encoding] version = "2.7.0-beta.4" [features] all = ["serde"] default = [] serde = [ "amplify/serde", "commit_verify/serde", "bp-consensus/serde", "bp-dbc/serde", "serde_crate", ]