[package] name = "generic-ec-core" version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/LFDT-Lockness/generic-ec" description = "Core traits of `generic-ec` crate" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] generic-array.workspace = true subtle.workspace = true rand_core.workspace = true zeroize.workspace = true serde = { workspace = true, features = ["derive"], optional = true } [features] default = [] serde = ["dep:serde"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]