-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 819 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (23 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "ns3-parallel"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
description = "A Multitask Parallel Concurrent Executor for ns-3 (network simulator)."
readme = "README.md"
homepage = "https://github.com/BobAnkh/ns3-parallel"
repository = "https://github.com/BobAnkh/ns3-parallel"
keywords = ["multitask", "parallel", "ns3", "network", "simulation"]
documentation = "https://docs.rs/ns3-parallel"
categories = ["concurrency", "network-programming", "simulation"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
toml = "0.9.0"
tokio = { version = "1.46.1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
futures = "0.3"
pbr = "1.0.4"
num_cpus = "1.13"
ron = "0.12"
serde_json = "1.0"
serde_yaml = "0.9"