# 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 = "2018" name = "eccoxide" version = "0.3.1" authors = ["Vincent Hanquez "] description = "elliptic curve cryptography (ECC) framework" homepage = "https://github.com/vincenthz/eccoxide/" keywords = ["Crypto", "Cryptography", "ECC", "Elliptic", "Curve"] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/vincenthz/eccoxide/" [dependencies.lazy_static] version = "1.4" [dependencies.num-bigint] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" optional = true [features] default = ["sec2"] p112r2 = [] p128r1 = [] p128r2 = [] p160k1 = [] p160r1 = [] p160r2 = [] p192k1 = [] p192r1 = [] p224k1 = [] p224r1 = [] p256k1 = [] p256r1 = [] p384r1 = [] p521r1 = [] sec2 = ["p192k1", "p192r1", "p224k1", "p224r1", "p256k1", "p256r1", "p384r1", "p521r1"] sec2-small = ["p112r2", "p128r1", "p128r2", "p160k1", "p160r1", "p160r2", "num-bigint", "num-traits"]