# 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 = "2018" name = "aws_event_stream_parser" version = "0.1.2" authors = ["Teemu Heikkilä "] exclude = ["doc/*"] description = "Rust implementation of the vnd.amazon.event-stream binary format" readme = "readme.md" license = "MIT" repository = "https://github.com/emblica/aws-event-stream-parser-rs" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4" [dependencies.crc] version = "^1.0.0" [dependencies.nom] version = "5.1.3" [dependencies.tokio-util] version = "0.7.9" features = ["codec"] [dependencies.uuid] version = "0.8.2" [dev-dependencies.hex-literal] version = "0.3.1"