# 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 = "s3-access-log-rust" version = "0.1.6" exclude = [ ".github/*", ".pre-commit-config.yaml", ".gitignore", ] description = "Help to serialize/deserialize s3 acces log file of AWS s3 bucket" readme = "README.md" keywords = [ "aws", "serde", ] license-file = "LICENSE-MIT" repository = "https://github.com/knil-sama/s3-access-log-rust" [dependencies.chrono] version = "0.4.32" [dependencies.csv] version = "1.3.0" [dependencies.http] version = "1.0.0" [dependencies.http-serde] version = "2.0.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_with] version = "3.4.0" [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.serde_assert] version = "0.7.1" [dev-dependencies.serde_test] version = "1.0.176"