[package]
name = "ora-cli"
version = "1.0.0-rc.1"
edition = "2024"
publish.workspace = true
description = "Command line interface for the Ora scheduler."
license.workspace = true
repository.workspace = true
[[bin]]
name = "ora"
path = "src/main.rs"
[dependencies]
clap = { version = "4.5.56", features = ["derive"] }
clap_complete = { version = "4.5.65", features = ["unstable-dynamic"] }
comfy-table = "7.2.2"
cronexpr = "1.4.0"
eyre = "0.6.12"
futures.workspace = true
humantime = "2.3.0"
jiff = "0.2.18"
jsonschema = "0.41.0"
ora = { version = "1.0.0-rc.1", path = "../ora" }
serde_json = "1.0.149"
tempfile = "3.24.0"
tokio = { version = "1.49.0", features = ["macros", "rt"] }
tonic = "0.14.3"
tracing.workspace = true
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
[lints]
workspace = true