[[bin]]
name = "asimov"
path = "src/main.rs"
[build-dependencies.cc]
version = "1.2"
[build-dependencies.cfg_aliases]
version = "0.2"
[build-dependencies.shadow-rs]
default-features = false
features = ["build", "tzdb"]
version = "1.4"
[dependencies.asimov-env]
version = "25.0.0"
[dependencies.asimov-module]
version = "25.0.0"
[dependencies.asimov-patterns]
version = "25.0.0"
[dependencies.asimov-proxy]
optional = true
version = "25.0.0"
[dependencies.asimov-registry]
version = "25.0.0"
[dependencies.asimov-runner]
version = "25.0.0"
[dependencies.asimov-snapshot]
optional = true
version = "25.0.0"
[dependencies.clap]
default-features = false
version = "4.5"
[dependencies.clientele]
features = ["gofer"]
version = "0.3.8"
[dependencies.color-print]
version = "=0.3.7"
[dependencies.infer]
optional = true
version = "0.19"
[dependencies.miette]
features = ["fancy"]
version = "7.5"
[dependencies.mime]
optional = true
version = "0.3"
[dependencies.rayon]
version = "1.11"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.url]
version = "2.5"
[dev-dependencies.indoc]
version = "2.0"
[dev-dependencies.temp-dir]
version = "0.1"
[features]
all = ["ask", "fetch", "list", "read", "snap"]
ask = []
default = ["all"]
describe = []
fetch = ["dep:asimov-proxy"]
index = []
list = []
read = ["dep:infer", "dep:mime"]
search = []
snap = ["dep:asimov-snapshot"]
unstable = ["describe", "index", "search"]
[lib]
name = "asimov_cli"
path = "src/lib.rs"
[package]
authors = ["ASIMOV Community"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "text-processing"]
description = "ASIMOV Command-Line Interface (CLI)"
edition = "2024"
homepage = "https://cli.asimov.sh"
keywords = ["asimov", "ai", "cli"]
license = "Unlicense"
name = "asimov-cli"
publish = true
readme = "README.md"
repository = "https://github.com/asimov-platform/asimov-cli"
version = "25.0.0"
[profile.release]
lto = "thin"
opt-level = "z"
strip = true
[[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"