asimov-cli 25.0.0-dev.6

ASIMOV Command-Line Interface (CLI)
Documentation
[[bin]]
name = "asimov"
path = "src/main.rs"

[build-dependencies.cc]
version = "1.1"

[build-dependencies.cfg_aliases]
version = "0.2"

[build-dependencies.shadow-rs]
default-features = false
features = ["build", "tzdb"]
version = "1.0"

[dependencies.asimov-env]
version = "25.0.0-dev.12"

[dependencies.asimov-module]
version = "25.0.0-dev.10"

[dependencies.asimov-proxy]
optional = true
version = "25.0.0-dev.6"

[dependencies.clap]
default-features = false
version = "4.5"

[dependencies.clientele]
features = ["gofer"]
version = "0.3.2"

[dependencies.color-print]
version = "=0.3.7"

[dependencies.miette]
features = ["fancy"]
version = "7.5"

[dependencies.rayon]
version = "1.10"

[dependencies.serde_yml]
default-features = false
version = "0.0.12"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.temp-dir]
version = "0.1"

[features]
all = ["fetch", "import"]
default = ["all"]
fetch = ["dep:asimov-proxy"]
import = ["dep:asimov-proxy"]
unstable = []

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

[package]
authors = ["ASIMOV Protocol <support@asimov.so>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["text-processing"]
description = "ASIMOV Command-Line Interface (CLI)"
edition = "2024"
homepage = "https://cli.asimov.so"
keywords = ["asimov", "ai", "cli"]
license = "Unlicense"
name = "asimov-cli"
publish = true
readme = "README.md"
repository = "https://github.com/asimov-platform/asimov-cli"
rust-version = "1.85"
version = "25.0.0-dev.6"

[profile.release]
opt-level = 3
strip = "symbols"

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

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

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

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

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