oxur-cli 0.2.1

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

[features]
binary = [
    "clap",
    "oxur-lang",
    "oxur-comp",
    "oxur-repl",
    "reedline",
    "nu-ansi-term",
    "terminal_size",
    "crossterm",
    "tokio",
    "async-trait",
    "metrics",
    "uuid",
]
default = ["binary"]

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

[[bin]]
name = "oxur"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"
optional = true

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

[dependencies.colored]
version = "2.1"

[dependencies.crossterm]
version = "0.28"
optional = true

[dependencies.dirs]
version = "5.0"

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.nu-ansi-term]
version = "0.50"
optional = true

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

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

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

[dependencies.reedline]
version = "0.44"
optional = true

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

[dependencies.tabled]
version = "0.17"

[dependencies.terminal_size]
version = "0.3"
optional = true

[dependencies.tokio]
version = "1.0"
features = ["full"]
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1.0"
features = ["v4"]
optional = true

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

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