wsbx 0.1.0

A type-safe Rust API for controlling Windows Sandbox, through the `wsb` CLI
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 = "2024"
rust-version = "1.87.0"
name = "wsbx"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-safe Rust API for controlling Windows Sandbox, through the `wsb` CLI"
readme = "README.md"
keywords = [
    "windows",
    "sandbox",
    "cli",
    "wsb",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gifnksm/wsbx"

[package.metadata.cargo-sync-rdme.badge]
style = "flat-square"

[package.metadata.cargo-sync-rdme.badge.badges]
maintenance = true
crates-io = true
docs-rs = true
rust-version = true
codecov = true

[package.metadata.cargo-sync-rdme.badge.badges.license]
link = "#license"

[package.metadata.cargo-sync-rdme.badge.badges.github-actions]
workflows = "ci.yml"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]

[badges.maintenance]
status = "actively-developed"

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

[[example]]
name = "cli"
path = "examples/cli.rs"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.23.0"
features = ["serde"]

[dev-dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dev-dependencies.color-eyre]
version = "0.6.5"

[dev-dependencies.indoc]
version = "2.0.7"

[build-dependencies]

[profile.dev]

[profile.release]