edgefirst-client 2.9.4

EdgeFirst Client Library and CLI
Documentation
# 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-client"
version = "2.9.4"
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"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[lib]
name = "edgefirst_client"
path = "src/lib.rs"

[[example]]
name = "populate_with_circle"
path = "examples/populate_with_circle.rs"

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.config]
version = "0.15.21"

[dependencies.ctor]
version = "0.6.2"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.futures]
version = "0.3.32"

[dependencies.imagesize]
version = "0.14.0"

[dependencies.infer]
version = "0.19.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.pathfinding]
version = "4.11"

[dependencies.png]
version = "0.17"

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

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "multipart",
    "rustls",
    "stream",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tempfile]
version = "3.27.0"

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

[dependencies.tokio-util]
version = "0.7.18"
features = ["codec"]

[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.url]
version = "2.5.8"

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

[dependencies.walkdir]
version = "2.5.0"

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

[dev-dependencies.dirs]
version = "5.0"

[dev-dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
]

[dev-dependencies.pathfinding]
version = "4.11"

[dev-dependencies.png]
version = "0.17"

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.sha1]
version = "0.10.6"

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