mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
24 lines
482 B
TOML
24 lines
482 B
TOML
[package]
|
|
name = "tfhe-trivium"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rayon = "1"
|
|
tfhe = { path = "../../tfhe", features = ["boolean", "shortint", "integer"] }
|
|
|
|
[dev-dependencies]
|
|
criterion = { version = "0.5.1", features = ["html_reports"] }
|
|
|
|
[profile.devo]
|
|
inherits = "dev"
|
|
opt-level = 3
|
|
lto = "off"
|
|
debug-assertions = false
|
|
|
|
[[bench]]
|
|
name = "trivium"
|
|
harness = false
|