[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
required-features = ["morton"]
[[bin]]
name = "clmul_demo"
path = "src/bin/clmul_demo.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.8.0"
[dev-dependencies.dilate]
version = "0.6.3"
[dev-dependencies.insides]
version = "0.1.2"
[dev-dependencies.morton]
version = "0.3.0"
[dev-dependencies.morton-encoding]
version = "2.0.1"
[dev-dependencies.morton-index]
version = "0.3.0"
[dev-dependencies.zorder]
version = "0.2.2"
[features]
clmul_inv = []
default = []
morton = []
transpose = []
[lib]
name = "clmul"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "encoding", "hardware-support", "mathematics", "no-std"]
description = "Carry-less multiply for Rust, internally uses compiler intrinsics, with fallback if the CPU has no clmul instruction"
documentation = "https://docs.rs/clmul"
edition = "2024"
keywords = ["clmul", "morton", "intrinsic"]
license = "MIT OR Apache-2.0"
name = "clmul"
readme = "README.md"
repository = "https://github.com/apps4uco/clmul"
version = "0.5.2"