# 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 = "stark-curve" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stark curve implementation" readme = "README.md" keywords = [ "elliptic-curves", "stark-curve", ] categories = [ "cryptography", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LFDT-Lockness/stark-curve" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [lib] name = "stark_curve" path = "src/lib.rs" [[test]] name = "cross_tests" path = "tests/cross_tests.rs" [[test]] name = "test_vectors" path = "tests/test_vectors.rs" [dependencies.ff] version = "0.13" features = ["derive"] default-features = false [dependencies.hex-literal] version = "0.3" [dependencies.primeorder] version = "0.13" [dependencies.subtle] version = "2" default-features = false [dependencies.zeroize] version = "1.5" default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_dev] version = "0.1" [dev-dependencies.starknet-curve] version = "0.1" [dev-dependencies.starknet-ff] version = "0.2"