# 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 = "konsumer_offsets" version = "0.3.2" authors = ["Ivan De Marino "] exclude = [ ".gitignore", ".github/", "fixtures/", ] description = "A library crate to parse the content of the Kafka `__consumer_offsets` internal topic" homepage = "https://github.com/kafkesc/konsumer_offsets" readme = "README.md" keywords = [ "apache", "kafka", "parser", "consumer_offsets", ] categories = [ "encoding", "network-programming", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kafkesc/konsumer_offsets" [dependencies.bytes_parser] version = "0.1.5" [dependencies.chrono] version = "0.4.38" features = [ "clock", "std", ] optional = true default-features = false [dependencies.serde] version = "1.0.202" features = [ "derive", "std", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.61" [dependencies.time] version = "0.3.36" features = ["std"] optional = true default-features = false [dev-dependencies.rstest] version = "0.19.0" [features] default = ["ts_int"] serde = [ "dep:serde", "chrono?/serde", "time?/serde", ] ts_chrono = ["dep:chrono"] ts_int = [] ts_time = ["dep:time"]