mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-04 20:24:04 +00:00
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.5.1 to 0.8.2. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.5.1...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
59 lines
1.6 KiB
TOML
59 lines
1.6 KiB
TOML
[workspace]
|
|
members = [
|
|
"curve25519/curve25519-cuda",
|
|
"curve25519/solana-ed25519",
|
|
"experimental/ed25519-pokos",
|
|
"syscall/bls12-381-syscall",
|
|
"syscall/bn254-syscall",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
|
|
repository = "https://github.com/anza-xyz/cryptography"
|
|
homepage = "https://anza.xyz/"
|
|
license = "Apache-2.0"
|
|
rust-version = "1.89.0" # solana platform-tools rust version
|
|
|
|
[workspace.dependencies]
|
|
ark-bn254 = "0.5.0"
|
|
ark-ec = "0.5.0"
|
|
ark-ff = "0.5.0"
|
|
ark-serialize = "0.5.0"
|
|
bincode = "1"
|
|
blst = "0.3.16"
|
|
blstrs = "0.7.1"
|
|
bytemuck = "1.25.0"
|
|
bytemuck_derive = "1.10.2"
|
|
cc = "1.0"
|
|
cfg-if = "1"
|
|
criterion = { version = "0.8" }
|
|
color-eyre = "0.6"
|
|
curve25519 = { path = "curve25519/solana-ed25519", package = "solana-ed25519" }
|
|
curve25519-dalek-derive = "0.1.1"
|
|
cpufeatures = "0.2.17"
|
|
der = "0.7.9"
|
|
digest = { version = "0.11.0", default-features = false }
|
|
ed25519 = { version = "2.2.3", default-features = false }
|
|
ed25519-dalek = "2.2.0"
|
|
ff = { version = "0.13.0", default-features = false }
|
|
group = { version = "0.13.0", default-features = false }
|
|
hashbrown = "0.15"
|
|
hex = "0.4.2"
|
|
hex-literal = "1.1.0"
|
|
pairing = "0.23.0"
|
|
pkcs8 = { version = "0.10.1" }
|
|
once_cell = "1.21"
|
|
proptest = "=1.6.0"
|
|
rand = "0.8"
|
|
rand_core = { version = "0.6", default-features = false }
|
|
rayon = "1.10"
|
|
rustc_version = "0.4.0"
|
|
serde = { version = "1.0", default-features = false }
|
|
sha2 = { version = "0.11.0", default-features = false }
|
|
subtle = { version = "2.6.0", default-features = false }
|
|
which = "4.4"
|
|
zeroize = { version = "1", default-features = false }
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|