[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[dependencies.criterion]
features = ["html_reports"]
version = "0.8"
[dependencies.derive_more]
features = ["display"]
version = "2.1"
[dependencies.flint-sys]
version = "0.7"
[dependencies.lazy_static]
version = "1"
[dependencies.libc]
version = "0"
[dependencies.paste]
version = "1"
[dependencies.probability]
version = "0.20"
[dependencies.rand]
version = "0"
[dependencies.rand_distr]
version = "0"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.string-builder]
version = "0.2"
[dependencies.thiserror]
version = "2"
[lib]
name = "qfall_math"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "mathematics", "development-tools::build-utils", "development-tools::testing", "development-tools::profiling"]
description = "Mathematical foundations for rapid prototyping of lattice-based cryptography"
edition = "2024"
homepage = "https://qfall.github.io"
keywords = ["math", "prototype", "lattice", "cryptography"]
license = "MPL-2.0"
name = "qfall-math"
readme = "README.md"
repository = "https://github.com/qfall/math"
rust-version = "1.85"
version = "0.1.0"
[profile.bench]
debug = 2