cloudfront-logs 0.10.0

AWS CloudFront log line parser
# 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 = "cloudfront-logs"
version = "0.10.0"
build = false
exclude = [
    ".assets/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS CloudFront log line parser"
homepage = "https://github.com/asaaki/cloudfront-logs"
readme = "README.md"
keywords = [
    "cloudfront",
    "log",
    "parser",
    "aws",
    "parquet",
]
categories = [
    "parser-implementations",
    "data-structures",
    "encoding",
    "rust-patterns",
    "value-formatting",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asaaki/cloudfront-logs"

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

[features]
alloc = []
chrono = [
    "alloc",
    "dep:chrono",
]
default = [
    "alloc",
    "time",
    "chrono",
    "parquet",
]
parquet = [
    "dep:parquet",
    "dep:parquet_derive",
    "chrono",
]
time = [
    "alloc",
    "dep:time",
]

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

[[bench]]
name = "brwu"
path = "benches/borrowed-real-world-unvalidated.rs"
harness = false

[[bench]]
name = "brwv"
path = "benches/borrowed-real-world-validated.rs"
harness = false

[[bench]]
name = "utilities"
path = "benches/utilities.rs"

[dependencies.chrono]
version = "0.4.45"
optional = true

[dependencies.memchr]
version = "2.8.3"

[dependencies.parquet]
version = "59.2.0"
optional = true

[dependencies.parquet_derive]
version = "59.2.0"
optional = true

[dependencies.self_cell]
version = "1.3.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.time]
version = "0.3.55"
features = [
    "parsing",
    "macros",
]
optional = true

[dev-dependencies.divan]
version = "0.1.21"