Files
Sunscreen/sunscreen_runtime/Cargo.toml
2022-01-18 11:17:55 -08:00

23 lines
534 B
TOML

[package]
name = "sunscreen_runtime"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossbeam = "0.8.1"
log = "0.4.14"
seal = { path = "../seal" }
sunscreen_circuit = { path = "../sunscreen_circuit" }
petgraph = "0.6.0"
num_cpus = "1.13.0"
rlp = "0.5.1"
scoped_threadpool = "0.1.9"
serde = "1.0.130"
semver = "1.0.4"
[dev-dependencies]
serde_json = "1.0.74"
bincode = "1.3.3"
sunscreen_compiler = { path = "../sunscreen_compiler" }