# 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 = "commit_verify" version = "0.12.0-beta.1" authors = ["Dr Maxim Orlovsky "] build = false exclude = ["derive"] autobins = false autoexamples = false autotests = false autobenches = false description = "Commit-verify API for client-side validation" homepage = "https://github.com/LNP-BP" readme = "README.md" keywords = [ "lnp-bp", "smart-contracts", "blockchain", "commitments", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/LNP-BP/client_side_validation" [package.metadata.docs.rs] features = ["all"] [lib] name = "commit_verify" path = "src/lib.rs" [[bin]] name = "commit-stl" path = "src/bin/commit-stl.rs" required-features = ["stl"] [dependencies.amplify] version = "~4.8.0" [dependencies.commit_encoding_derive] version = "0.12.0-beta.1" [dependencies.rand] version = "0.8.5" optional = true [dependencies.ripemd] version = "0.1.3" [dependencies.serde_crate] version = "1.0" optional = true package = "serde" [dependencies.sha2] version = "0.10.8" [dependencies.strict_encoding] version = "~2.8.1" [dependencies.strict_types] version = "~2.8.1" [dependencies.vesper-lang] version = "0.2.1" [dev-dependencies.rand] version = "0.8.5" [features] all = [ "rand", "serde", "stl", "derive", ] default = ["derive"] derive = [] serde = [ "serde_crate", "amplify/serde", ] stl = ["strict_types/armor"]