# 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 = "ns3-parallel" version = "0.2.3" description = "A Multitask Parallel Concurrent Executor for ns-3 (network simulator)." homepage = "https://github.com/BobAnkh/ns3-parallel" documentation = "https://docs.rs/ns3-parallel" readme = "README.md" keywords = [ "multitask", "parallel", "ns3", "network", "simulation", ] categories = [ "concurrency", "network-programming", "simulation", ] license = "Apache-2.0" repository = "https://github.com/BobAnkh/ns3-parallel" [dependencies.futures] version = "0.3" [dependencies.num_cpus] version = "1.13" [dependencies.pbr] version = "1.0.4" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.16.1" features = ["full"] [dependencies.toml] version = "0.5.8"