starkom-poly 1.0.2

Algorithms over polynomials used in Starkom (NTT, Lagrange interpolation, etc.).
Documentation
# 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 = "2024"
name = "starkom-poly"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algorithms over polynomials used in Starkom (NTT, Lagrange interpolation, etc.)."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/libernet-xyz/poly.git"

[lib]
name = "starkom_poly"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.ff]
version = "0.13.1"

[dependencies.starkom-bluesky]
version = "2.1.0"

[dev-dependencies.rand_core]
version = "0.6"
features = ["getrandom"]