18 lines
377 B
TOML
18 lines
377 B
TOML
[package]
|
|||
|
|
name = "distsys-guarantees"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
resolver = "3"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
anysystem = "=0.3.0"
|
||
|
|
indexmap = "2.12"
|
||
|
|
assertables = "3.2.2"
|
||
|
|
clap = { version = "3.1.17", features = ["cargo", "derive"] }
|
||
|
|
env_logger = "0.9.0"
|
||
|
|
log = "0.4.14"
|
||
|
|
pyo3 = { version = "=0.29.2", features = ["auto-initialize"] }
|
||
|
|
rand = "0.8.5"
|
||
|
|
rand_pcg = "0.3.1"
|
||
|
|
sugars = "3.0.0"
|