Skip to content

Commit

Permalink
chore: remove unused cargo key
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeul-zama committed Jan 9, 2025
1 parent f633eed commit 34234e3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ strum = { version = "0.26", features = ["derive"] }
cbindgen = { version = "0.26.0", optional = true }

[dependencies]
tfhe-csprng = { version = "0.5.0", path = "../tfhe-csprng", features = ["parallel"] }
tfhe-csprng = { version = "0.5.0", path = "../tfhe-csprng", features = [
"parallel",
] }
serde = { workspace = true, features = ["default", "derive"] }
rayon = { workspace = true }
bincode = "1.3.3"
Expand Down Expand Up @@ -131,13 +133,6 @@ __profiling = []

software-prng = ["tfhe-csprng/software-prng"]

# Cover several profiles as we cannot have a wildcard it seems
[package.metadata.wasm-pack.profile.dev.wasm-bindgen]
split-linked-modules = true

[package.metadata.wasm-pack.profile.release.wasm-bindgen]
split-linked-modules = true

[package.metadata.docs.rs]
# TODO: manage builds for docs.rs based on their documentation https://docs.rs/about
features = ["boolean", "shortint", "integer", "gpu", "zk-pok", "software-prng"]
Expand Down

0 comments on commit 34234e3

Please sign in to comment.