starbase 0.2.0

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

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

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

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.starbase_events]
version = "0.2.0"

[dependencies.starbase_macros]
version = "0.2.0"

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

[dependencies.thiserror]
version = "1.0.44"

[dependencies.tokio]
features = ["full", "tracing"]
version = "1.29.1"

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

[dependencies.tracing-appender]
optional = true
version = "0.2.2"

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

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

[features]
default = ["tracing"]
tracing = ["dep:tracing", "dep:tracing-appender", "dep:tracing-log", "dep:tracing-subscriber", "starbase_macros/tracing"]

[package]
description = "Framework for building performant command line applications and developer tools."
edition = "2021"
license = "MIT"
name = "starbase"
readme = "README.md"
repository = "https://github.com/moonrepo/starbase"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true