# 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 = "ring-math" version = "0.4.0" authors = ["Chance Hudson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Polynomial ring math over scalar finite fields" homepage = "https://github.com/chancehudson/ashlang/tree/main/ring-math" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/chancehudson/ashlang/tree/main/ring-math" [lib] name = "ring_math" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.rand] version = "0.8.5" optional = true [dependencies.scalarff] version = "0.8.0" features = [ "oxfoi", "alt_bn128", "curve25519", "random", ] [dependencies.serde] version = "1.0.0" features = ["derive"] optional = true [features] default = [ "rand", "serde", ] rand = ["dep:rand"] serde = [ "dep:serde", "scalarff/serde", ]