oxen-cli 0.50.7

Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust.
[package]
name = "oxen-cli"
version = { workspace = true }
edition = { workspace = true }
license-file = { workspace = true }
description = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
keywords = { workspace = true }
categories = ["command-line-utilities", "science", "multimedia", "database"]

[[bin]]
name = "oxen"
path = "src/main.rs"

[features]
default = []
metrics = ["liboxen/metrics"]
otel = ["liboxen/otel"]
production = ["metrics", "otel", "default"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
bytesize = { workspace = true }
chrono = { workspace = true }
clap = { workspace = true }
colored = { workspace = true }
dialoguer = { workspace = true }
glob = { workspace = true }
liboxen = { workspace = true }
log = { workspace = true }
minus = { workspace = true }
serde_json = { workspace = true }
tempfile = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
uuid = { workspace = true }

[dev-dependencies]
liboxen = { workspace = true, features = ["test-utils"] }

[lints]
workspace = true