mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-04 20:24:04 +00:00
Bumps [pkcs8](https://github.com/RustCrypto/formats) from 0.10.2 to 0.11.0. - [Commits](https://github.com/RustCrypto/formats/compare/pkcs8/v0.10.2...pkcs8/v0.11.0) --- updated-dependencies: - dependency-name: pkcs8 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
63 lines
1.8 KiB
TOML
63 lines
1.8 KiB
TOML
[workspace]
|
|
members = [
|
|
"curve25519/curve25519-cuda",
|
|
"curve25519/solana-ed25519",
|
|
"experimental/ed25519-pokos",
|
|
"secp256r1",
|
|
"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.3.0"
|
|
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"
|
|
hmac = "0.12"
|
|
openssl = "0.10"
|
|
pairing = "0.23.0"
|
|
p256 = { version = "0.13", default-features = false, features = ["arithmetic", "expose-field"] }
|
|
pkcs8 = { version = "0.11.0" }
|
|
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 = "8.0"
|
|
zeroize = { version = "1", default-features = false }
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|