# 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 = "slip-10" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SLIP10 implementation in Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/LFDT-Lockness/hd-wallet/tree/legacy/slip-10" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "katex-header.html", ] [lib] name = "slip_10" path = "src/lib.rs" [[test]] name = "test_vectors" path = "tests/test_vectors.rs" required-features = ["all-curves"] [dependencies.generic-array] version = "0.14" [dependencies.generic-ec] version = "0.4" default-features = false [dependencies.hmac] version = "0.12" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.subtle] version = "2" default-features = false [dev-dependencies.hex-literal] version = "0.4" [features] all-curves = [ "curve-secp256k1", "curve-secp256r1", ] curve-secp256k1 = ["generic-ec/curve-secp256k1"] curve-secp256r1 = ["generic-ec/curve-secp256r1"] serde = [ "dep:serde", "generic-ec/serde", ] std = []