oxur-cli 0.1.0

CLI infrastructure and unified command-line tool for Oxur
Documentation
[[bin]]
name = "oxur"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive", "cargo"]
optional = true
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.oxur-comp]
optional = true
version = "0.1.0"

[dependencies.oxur-lang]
optional = true
version = "0.1.0"

[dependencies.oxur-repl]
optional = true
version = "0.1.0"

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

[dependencies.tabled]
version = "0.17"

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3.10"

[features]
binary = ["clap", "oxur-lang", "oxur-comp", "oxur-repl"]
default = ["binary"]

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

[package]
authors = ["Duncan McGreggor <duncan@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI infrastructure and unified command-line tool for Oxur"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "oxur-cli"
readme = "README.md"
repository = "https://github.com/oxur/oxur"
version = "0.1.0"