squib-cli 0.2.0

macOS-native microVM monitor with a Firecracker-compatible API
[package]
name = "squib-cli"
description = "macOS-native microVM monitor with a Firecracker-compatible API"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
documentation.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[features]
default = []
# Enable the bridged-mode codepath in `squib-net`. Pair with the
# `apps/squib-cli/squib-bridged.entitlements` plist and the `make sign-bridged`
# target. Per [30-networking.md ยง 5] and D17.
bridged = ["squib/bridged"]

[[bin]]
name = "squib"
path = "src/main.rs"
doc = false

[dependencies]
squib = { workspace = true }
squib-net = { workspace = true }
squib-snapshot = { workspace = true }
anyhow = { workspace = true }
clap = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }