# 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 = "pdc-core" version = "0.1.2" authors = ["Liam Warfield "] description = "A network load testing library" documentation = "https://docs.rs/pdc-core" readme = "README.md" keywords = [ "networking", "loadtesting", ] categories = [ "network-programming", "development-tools::profiling", ] license = "Apache-2.0" repository = "https://gitlab.com/liamwarfield/pdc" [lib] name = "pdc_core" path = "src/lib.rs" [dependencies.core_affinity] version = "0.5.10" [dependencies.crossbeam-channel] version = "0.5.2" [dependencies.csv] version = "1.1.6" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14.17" features = [ "http2", "client", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.itertools] version = "0.10.3" [dependencies.pnet] version = "0.28.0" [dependencies.reqwest] version = "0.11.9" features = ["blocking"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.tokio] version = "1.17" features = [ "full", "stats", ]