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 13, 2025
1 parent ee1a534 commit e1e567a
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 @@ -48,7 +48,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 @@ -126,13 +128,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", "strings"]
Expand Down

0 comments on commit e1e567a

Please sign in to comment.