oxen-cli 0.50.0

Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "oxen-cli"
version = "0.50.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust."
homepage = "https://oxen.ai"
readme = "README.md"
keywords = [
    "machine-learning",
    "AI",
    "version-control",
]
categories = [
    "command-line-utilities",
    "science",
    "multimedia",
    "database",
]
license-file = "LICENSE"
repository = "https://github.com/Oxen-AI/Oxen"
resolver = "2"

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

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

[dependencies.async-trait]
version = "0.1.80"

[dependencies.bytesize]
version = "1.3.0"

[dependencies.chrono]
version = "0.4.30"

[dependencies.clap]
version = "4.4.2"
features = [
    "cargo",
    "derive",
]

[dependencies.colored]
version = "2.0.4"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.glob]
version = "0.3.1"

[dependencies.liboxen]
version = "=0.50.0"

[dependencies.log]
version = "0.4.20"

[dependencies.minus]
version = "5.4.0"
features = [
    "static_output",
    "search",
]

[dependencies.serde_json]
version = "1.0.106"

[dependencies.tempfile]
version = "3.8.0"

[dependencies.time]
version = "0.3.28"
features = [
    "serde",
    "formatting",
]

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.4.1"

[dependencies.uuid]
version = "1.4.1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.liboxen]
version = "=0.50.0"
features = ["test-utils"]

[lints.clippy]
disallowed-methods = "deny"