detsys-ids-client 0.6.3

A client for install.determinate.systems.
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 = "detsys-ids-client"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client for install.determinate.systems."
readme = "README.md"
license = "Apache-2.0"

[features]
default = []
tracing-instrument = []

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

[dependencies.async-compression]
version = "0.4.18"
features = [
    "zstd",
    "tokio",
]

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

[dependencies.detsys-srv]
version = "0.4"

[dependencies.hickory-resolver]
version = "0.25.1"

[dependencies.http]
version = "1.2.0"

[dependencies.iana-time-zone]
version = "0.1.61"

[dependencies.is_ci]
version = "1.2.0"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "json",
    "zstd",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.serde]
version = "1.0.217"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.137"

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.sysinfo]
version = "0.36.0"
features = [
    "system",
    "disk",
]
default-features = false

[dependencies.target-lexicon]
version = "0.13.1"

[dependencies.tempfile]
version = "3.21.0"

[dependencies.thiserror]
version = "2.0.11"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.4"

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

[dependencies.xdg]
version = "3.0.0"

[dev-dependencies.once_cell]
version = "1.21.3"

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]