# 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 = "disintegrate-serde" version = "0.8.0" authors = [ "Luca Iachini ", "Valerio Iachini ", ] description = "Serialization and deserializaion library for Disintegrate event store. Not for direct use. Refer to the `disintegrate` crate for details." readme = "README.md" license = "MIT" repository = "https://github.com/disintegrate-es/disintegrate" [dependencies.apache-avro] version = "0.16.0" optional = true [dependencies.prost] version = "0.12.3" optional = true [dependencies.protobuf] version = "3.4.0" optional = true [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" optional = true [dependencies.thiserror] version = "1.0.58" [features] avro = ["dep:apache-avro"] default = [] full = [ "json", "protobuf", "avro", "prost", ] json = ["dep:serde_json"] prost = ["dep:prost"] protobuf = ["dep:protobuf"]