vmnet 0.6.0

Apple's vmnet.framework bindings
Documentation
# 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.6.0"
authors = ["Nikolay Edigaryev <edigaryev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"

[lib]
name = "vmnet"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.block2]
version = "0.6.2"

[dependencies.enum-iterator]
version = "2.3.0"

[dependencies.hexdump]
version = "0.1.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.126"

[dependencies.num_enum]
version = "0.7.5"

[dependencies.objc2]
version = "0.6.4"

[dependencies.serial_test]
version = "4.0.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uuid]
version = "1.1.1"
features = ["v4"]

[dependencies.vmnet-derive]
version = "0.6.0"

[dev-dependencies.smoltcp]
version = "0.13.0"