[package]
edition = "2021"
rust-version = "1.80"
name = "wslc"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper for Microsoft WSL Containers"
homepage = "https://github.com/Ivanbeethoven/wslc-rs"
readme = "README.md"
keywords = [
"wsl",
"containers",
"windows",
"ffi",
]
categories = [
"api-bindings",
"os::windows-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ivanbeethoven/wslc-rs"
[features]
default = []
integration = []
[lib]
name = "wslc"
path = "src/lib.rs"
[[example]]
name = "container_inspect"
path = "examples/container_inspect.rs"
[[example]]
name = "hello"
path = "examples/hello.rs"
[[example]]
name = "list_images"
path = "examples/list_images.rs"
[[example]]
name = "service_info"
path = "examples/service_info.rs"
[[example]]
name = "vhd_volume"
path = "examples/vhd_volume.rs"
[[test]]
name = "api_contract"
path = "tests/api_contract.rs"
[[test]]
name = "integration_smoke"
path = "tests/integration_smoke.rs"
[dependencies.wslc-sys]
version = "0.1.2"