# 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 = "xs233" version = "0.3.0" authors = ["Jan Winkelmann (keks)"] description = "xs233 binary elliptic curves. uses FFI bindings to c-xs233" readme = "README.md" keywords = [ "cryptography", "bindings", "ecc", "elliptic", "curve", ] license = "AGPL-3.0-or-later" repository = "https://github.com/keks/xs233" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.subtle] version = "2.5.0" [dependencies.xs233-sys] version = "0.2.0" [features] avx2 = ["xs233-sys/avx2"] pclmul = ["xs233-sys/pclmul"] sse41 = ["xs233-sys/sse41"]