# 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 = "semolina" version = "0.1.4" links = "semolina" include = [ "/src/**", "/Cargo.toml", "/build.rs", "/README.md", ] description = "Optimized field arithmetic for Pasta moduli for x86-64 and aarch64" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/supranational/semolina" [dependencies] [dev-dependencies.rand] version = "^0" [dev-dependencies.rand_chacha] version = "^0" [build-dependencies.cc] version = "1.0" [features] default = [] force-adx = [] portable = [] [target."cfg(target_env = \"msvc\")".build-dependencies.glob] version = "0.3"