# 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 = "client_side_validation" version = "0.12.0-beta.1" authors = ["Dr Maxim Orlovsky "] build = false exclude = [ ".github", "commit_verify", "single_use_seals", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Client-side validation foundation library" homepage = "https://github.com/LNP-BP" readme = "README.md" keywords = [ "lnp-bp", "smart-contracts", "blockchain", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/LNP-BP/client_side_validation" [package.metadata.docs.rs] features = ["all"] [lib] name = "client_side_validation" path = "src/lib.rs" [dependencies.commit_verify] version = "0.12.0-beta.1" default-features = false [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.single_use_seals] version = "0.12.0-beta.1" [features] all = [ "serde", "rand", "stl", ] default = ["derive"] derive = ["commit_verify/derive"] rand = ["commit_verify/rand"] serde = [ "serde_crate", "commit_verify/serde", ] stl = ["commit_verify/stl"]