# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stateful_faas_sim" version = "0.1.0" authors = ["Claudio Cicconetti "] description = "Simulator of stateful FaaS systems" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ccicconetti/stateful-faas-sim" [lib] name = "stateful_faas_sim" path = "src/lib.rs" [[bin]] name = "stateful_faas_sim" path = "bin/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.env_logger] version = "0.11.2" [dependencies.futures] version = "0.3.30" [dependencies.histogram-sampler] version = "0.5.0" [dependencies.incr_stats] version = "1.0.1" [dependencies.log] version = "0.4.20" [dependencies.petgraph] version = "0.6.4" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.tokio] version = "1" features = ["full"]