# 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 = "elliptic-curve-tools" version = "0.1.2" authors = ["Michael Lodder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extra Rust-Crypto elliptic-curve adaptors, functions, and macros" homepage = "https://github.com/mikelodder7/elliptic-curve-tools" documentation = "https://docs.rs/elliptic-curve-tools" readme = "README.md" keywords = [ "crypto", "elliptic", "ecc", "serialize", "digest", ] categories = [ "cryptography", "algorithms", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/mikelodder7/elliptic-curve-tools" [lib] name = "elliptic_curve_tools" path = "src/lib.rs" [dependencies.elliptic-curve] version = "0.13" features = ["bits"] [dependencies.heapless] version = "0.8" [dependencies.hex] version = "0.4" optional = true [dependencies.multiexp] version = "0.4" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.zeroize] version = "1.8" optional = true default-features = false [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.blsful] version = "2.5" [dev-dependencies.ciborium] version = "0.2" [dev-dependencies.curve25519-dalek-ml] version = "4.2" features = [ "group", "group-bits", ] [dev-dependencies.ed448-goldilocks-plus] version = "0.12" [dev-dependencies.k256] version = "0.13" features = ["arithmetic"] [dev-dependencies.p256] version = "0.13" features = ["arithmetic"] [dev-dependencies.p384] version = "0.13" features = ["arithmetic"] [dev-dependencies.postcard] version = "1.0" features = [ "alloc", "use-std", ] [dev-dependencies.rstest] version = "0.23" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bare] version = "0.5" [dev-dependencies.serde_cbor] version = "0.11" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.toml] version = "0.8" [features] alloc = [ "elliptic-curve/alloc", "hex/alloc", "serde/alloc", "multiexp", "zeroize/alloc", ] default = ["std"] std = [ "elliptic-curve/std", "hex/std", "serde/default", "multiexp/std", "zeroize/std", ]