# 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 = "2021" name = "cloudfront-logs" version = "0.9.0" exclude = [ ".assets/*", ".github/*", ] 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", ] [[bench]] name = "brwv" path = "benches/borrowed-real-world-validated.rs" harness = false [[bench]] name = "brwu" path = "benches/borrowed-real-world-unvalidated.rs" harness = false [dependencies.chrono] version = "0.4.38" optional = true [dependencies.memchr] version = "2.7.4" [dependencies.parquet] version = "52.0.0" optional = true [dependencies.parquet_derive] version = "52.0.0" optional = true [dependencies.self_cell] version = "1.0.4" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.time] version = "0.3.36" features = [ "parsing", "macros", ] optional = true [dev-dependencies.divan] version = "0.1.14" [features] alloc = [] chrono = [ "alloc", "dep:chrono", ] default = [ "alloc", "time", "chrono", "parquet", ] parquet = [ "dep:parquet", "dep:parquet_derive", "chrono", ] time = [ "alloc", "dep:time", ]