[package] name = "stateful_faas_sim" version = "0.1.0" authors = ["Claudio Cicconetti "] edition = "2021" license-file = "LICENSE" description = "Simulator of stateful FaaS systems" repository = "https://github.com/ccicconetti/stateful-faas-sim" readme = "README.md" [lib] name = "stateful_faas_sim" path = "src/lib.rs" [[bin]] name = "stateful_faas_sim" path = "bin/main.rs" [dependencies] anyhow = "1.0" clap = { version = "4.3", features=["derive"] } env_logger = "0.11.2" futures = "0.3.30" histogram-sampler = "0.5.0" incr_stats = "1.0.1" log = "0.4.20" petgraph = "0.6.4" rand = "0.8.5" rand_distr = "0.4.3" tokio = { version = "1", features = ["full"] }