starbase 0.10.6

Framework for building performant command line applications and developer tools.
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4.41"

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

[dependencies.starbase_styles]
features = ["theme"]
version = "0.6.3"

[dependencies.tokio]
default-features = false
features = ["io-util", "rt", "sync"]
version = "1.47.1"

[dependencies.tracing]
optional = true
version = "0.1.41"

[dependencies.tracing-chrome]
optional = true
version = "0.7.2"

[dependencies.tracing-log]
default-features = false
features = ["log-tracer", "std"]
optional = true
version = "0.2.0"

[dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "env-filter", "fmt"]
optional = true
version = "0.3.20"

[features]
default = ["tracing"]
log-compat = ["dep:tracing-log"]
tracing = ["dep:tracing", "dep:tracing-chrome", "dep:tracing-subscriber"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Framework for building performant command line applications and developer tools."
edition = "2024"
license = "MIT"
name = "starbase"
readme = "README.md"
repository = "https://github.com/moonrepo/starbase"
resolver = "2"
rust-version = "1.85.0"
version = "0.10.6"

[package.metadata.docs.rs]
all-features = true

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