# 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 = "vmnet" version = "0.3.0" authors = ["Nikolay Edigaryev "] description = "Apple's vmnet.framework bindings" documentation = "https://docs.rs/vmnet" readme = "README.md" keywords = ["macos"] categories = ["os::macos-apis"] license = "MIT" repository = "https://github.com/edigaryev/vmnet" [dependencies.bitflags] version = "1.3.2" [dependencies.block] version = "0.1.6" [dependencies.enum-iterator] version = "1.1.1" [dependencies.hexdump] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.126" [dependencies.num_enum] version = "0.5.7" [dependencies.thiserror] version = "1.0.31" [dependencies.uuid] version = "1.1.1" features = ["v4"] [dependencies.vmnet-derive] version = "0.3.0" [dev-dependencies.smoltcp] version = "0.8.1"