# 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" name = "lnpbp_identity" version = "0.9.0" authors = ["Dr. Maxim Orlovsky "] description = "LNP/BP identity standards implementation" homepage = "https://github.com/LNP-BP/rust-lnpbp/tree/master/identity" keywords = [ "bitcoin", "lnp-bp", "identity", "ed25519", "secp256k1", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/LNP-BP/rust-lnpbp" [dependencies.amplify] version = "4.0.0-alpha.1" [dependencies.bech32] version = "0.9.1" [dependencies.bitcoin_hashes] version = "0.11.0" [dependencies.crc32fast] version = "1.3.2" [dependencies.mnemonic] version = "1.0.1" [dependencies.secp256k1] version = "0.24.2" features = [ "global-context", "rand-std", ] [dependencies.strict_encoding] version = "0.9.0"