# 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 = "hd-keys-curves-wasm" version = "1.0.1" authors = ["LIT Protocol Team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hierarchical Derived keys for LIT Protocol" homepage = "https://github.com/LIT-Protocol/hd-keys-curves-wasm" documentation = "https://docs.rs/hd-keys-curves-wasm" readme = "README.md" keywords = [ "hierarchical", "bip32", "lit", "wasm", "key", ] categories = ["cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/LIT-Protocol/hd-keys-curves-wasm" [lib] name = "hd_keys_curves_wasm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.blake2] version = "0.10" optional = true default-features = false [dependencies.blsful] version = "2.5.7" features = ["rust"] optional = true default-features = false [dependencies.curve25519-dalek-ml] version = "4.2.1" features = [ "digest", "group", ] optional = true default-features = false [dependencies.digest] version = "0.10.7" features = ["alloc"] default-features = false [dependencies.ecdsa] version = "0.16" features = ["arithmetic"] [dependencies.ed448-goldilocks-plus] version = "0.11.2" optional = true [dependencies.elliptic-curve] version = "0.13" features = [ "arithmetic", "hash2curve", ] default-features = false [dependencies.jubjub] version = "0.10" optional = true default-features = false package = "jubjub-plus" [dependencies.k256] version = "0.13" features = [ "arithmetic", "hash2curve", "expose-field", ] optional = true default-features = false [dependencies.p256] version = "0.13" features = [ "arithmetic", "hash2curve", "expose-field", ] optional = true default-features = false [dependencies.p384] version = "0.13" features = [ "arithmetic", "hash2curve", "expose-field", ] optional = true default-features = false [dependencies.sha2] version = "0.10" optional = true default-features = false [dependencies.sha3] version = "0.10" optional = true default-features = false [dependencies.subtle] version = "2.5" [dependencies.wasm-bindgen] version = "0.2.92" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand_core] version = "0.6.4" features = ["std"] [features] bls = [ "dep:blsful", "dep:sha2", ] curve25519 = [ "dep:curve25519-dalek-ml", "dep:sha2", ] default = ["k256"] ed448 = [ "dep:ed448-goldilocks-plus", "dep:sha3", ] jubjub = [ "dep:jubjub", "dep:blake2", ] k256 = [ "dep:k256", "dep:sha2", ] p256 = [ "dep:p256", "dep:sha2", ] p384 = [ "dep:p384", "dep:sha2", ] [target.'cfg(target_pointer_width = "32")'.dependencies.getrandom] version = "0.2.14" features = ["js"]