ccstat-core 0.6.2

Core types, traits, and utilities for ccstat
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 = "ccstat-core"
version = "0.6.2"
authors = ["hydai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, traits, and utilities for ccstat"
readme = false
license = "MIT"
repository = "https://github.com/hydai/ccstat"

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

[dependencies.async-stream]
version = "0.3"

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

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

[dependencies.chrono-tz]
version = "0.10"

[dependencies.futures]
version = "0.3"

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

[dependencies.indicatif]
version = "0.18"

[dependencies.once_cell]
version = "1.19"

[dependencies.rayon]
version = "1.10"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.13"

[dependencies.string-interner]
version = "0.19"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["io-util"]

[dependencies.tracing]
version = "0.1"

[dependencies.typed-arena]
version = "2.0"

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

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