[package]
name = "ranim-cli"
description = "The command line tool for Ranim."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[features]
profiling = ["ranim/profiling"]
[[bin]]
name = "ranim"
path = "src/main.rs"
doc = false
[dependencies]
ranim = { workspace = true, features = ["render", "preview"] }
anyhow = "1.0.102"
cargo_toml = "0.22.3"
clap = { version = "4.6.1", features = ["derive"] }
ignore = "0.4.25"
krates = "0.21.2"
libloading = "0.9.0"
tracing.workspace = true
tracing-indicatif.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter"] }
notify = "8.2.0"
notify-debouncer-full = "0.7.0"
async-channel = "2.5.0"
toml = "1.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.release]
tag = false