# 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 = "rt_nds" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Real-time distributed network emulator" homepage = "https://github.com/AmyangXYZ/rt_nds" readme = "README.md" keywords = [ "real-time", "cache", "service", "network", ] license = "GPL-3.0" [lib] name = "rt_nds" path = "src/lib.rs" [[bin]] name = "rt_nds" path = "src/main.rs" [dependencies.core_affinity] version = "0.8.1" [dependencies.crc32fast] version = "1.4.2" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.8.5"