# 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 = "2018" name = "netsim-embed-machine" version = "0.6.4" authors = ["David Craven "] description = "Runs a future in a separate network namespace with a TUN adapter." license = "MIT" repository = "https://github.com/ipfs-rust/netsim-embed" [dependencies.async-global-executor] version = "2.3.1" [dependencies.async-io] version = "1.13.0" [dependencies.async-process] version = "1.6.0" [dependencies.async-std] version = "1.12.0" [dependencies.futures] version = "0.3.27" [dependencies.ioctl-sys] version = "0.8.0" [dependencies.libc] version = "0.2.140" [dependencies.log] version = "0.4.17" [dependencies.netsim-embed-core] version = "0.4.3"