edgefirst-cli 2.14.0

EdgeFirst Client Library and CLI
# 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 = "edgefirst-cli"
version = "2.14.0"
authors = ["Au-Zone Technologies <support@au-zone.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EdgeFirst Client Library and CLI"
homepage = "https://edgefirst.ai"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/client"

[features]
default = ["polars"]
polars = ["dep:polars"]
profiling = [
    "edgefirst-client/profiling",
    "dep:tracing",
    "dep:tracing-subscriber",
]
trace-file = [
    "profiling",
    "edgefirst-client/trace-file",
    "dep:tracing-chrome",
    "dep:tracing-perfetto",
]

[[bin]]
name = "edgefirst-client"
path = "src/main.rs"

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

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

[dependencies.chrono]
version = "0.4.45"
features = [
    "clock",
    "iana-time-zone",
    "now",
    "serde",
]
default-features = false

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.edgefirst-client]
version = "2.14.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.inquire]
version = "0.9.4"

[dependencies.log]
version = "0.4.32"

[dependencies.polars]
version = "0.54.4"
features = [
    "dtype-array",
    "dtype-categorical",
    "dtype-struct",
    "ipc",
    "parquet",
    "partition_by",
]
optional = true
default-features = false

[dependencies.rayon]
version = "1.12"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha1]
version = "0.11.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "full",
    "rt-multi-thread",
]

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

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

[dependencies.tracing-perfetto]
version = "0.1.5"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]
optional = true

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

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "8.6.0"
features = ["deflate"]
default-features = false

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.base64]
version = "0.22.1"

[dev-dependencies.directories]
version = "6.0.0"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.serial_test]
version = "3.5.0"
features = ["file_locks"]

[dev-dependencies.sha2]
version = "0.11.0"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.zip]
version = "8.6.0"
features = ["deflate"]
default-features = false