# 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 = "single_use_seals" version = "0.12.0-beta.1" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Single-use-seals foundation API" homepage = "https://github.com/LNP-BP" readme = "README.md" keywords = [ "lnp-bp", "smart-contracts", "blockchain", "single-use-seals", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/LNP-BP/client_side_validation" [package.metadata.docs.rs] features = ["all"] [lib] name = "single_use_seals" path = "src/lib.rs" [dependencies] [features] all = [] default = []