# 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 = "demikernel-nettest" version = "0.0.1" authors = ["Microsoft Corporation"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Network Testing Tool for Demikernel" homepage = "https://aka.ms/demikernel" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/demikernel/demikernel" [lib] name = "nettest" path = "src/lib.rs" doc = false [[bin]] name = "nettest" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.86" [dependencies.cfgrammar] version = "0.13.7" [dependencies.clap] version = "4.5.15" [dependencies.libc] version = "0.2.155" [dependencies.lrlex] version = "0.13.7" [dependencies.lrpar] version = "0.13.7" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.cfgrammar] version = "0.13.7" [build-dependencies.libc] version = "0.2.155" [build-dependencies.lrlex] version = "0.13.7" [build-dependencies.lrpar] version = "0.13.7"