-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (30 loc) · 795 Bytes
/
Copy pathCargo.toml
File metadata and controls
34 lines (30 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "vmnet"
version = "0.5.1"
authors = ["Nikolay Edigaryev <edigaryev@gmail.com>"]
license = "MIT"
description = "Apple's vmnet.framework bindings"
documentation = "https://docs.rs/vmnet"
repository = "https://github.com/edigaryev/vmnet"
readme = "README.md"
keywords = ["macos"]
categories = ["os::macos-apis"]
edition = "2021"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
[workspace]
members = ["vmnet-derive"]
[dev-dependencies]
smoltcp = "0.13.0"
[dependencies]
libc = "0.2.126"
block = "0.1.6"
uuid = { version = "1.1.1", features = ["v4"] }
hexdump = "0.1.1"
lazy_static = "1.4.0"
bitflags = "2.10.0"
num_enum = "0.7.5"
thiserror = "2.0.17"
enum-iterator = "2.3.0"
vmnet-derive = { version = "0.5.1", path = "./vmnet-derive" }
serial_test = "3.4.0"