oxdock-cli 0.3.0-alpha

CLI tooling for executing OxDock's Docker-inspired language on native platforms.
Documentation
[[bin]]
name = "oxdock"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.indoc]
version = "2.0.7"

[dependencies.oxdock-core]
version = "0.3.0-alpha"

[dependencies.oxdock-fs]
version = "0.3.0-alpha"

[dependencies.oxdock-process]
version = "0.3.0-alpha"

[dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.serial_test]
version = "3.2.0"

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

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

[package]
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI tooling for executing OxDock's Docker-inspired language on native platforms."
edition = "2024"
license = "Apache-2.0"
name = "oxdock-cli"
publish = true
readme = "README.md"
repository = "https://github.com/jzombie/oxdock-rs"
resolver = "2"
version = "0.3.0-alpha"

[package.metadata.cargo-udeps.ignore]
build = []
development = []
normal = ["tracing"]

[[test]]
name = "parse"
path = "tests/parse.rs"

[[test]]
name = "script"
path = "tests/script.rs"