# 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 = "etptypes" version = "1.0.1+1.2" authors = [ "Lionel Untereiner ", "Valentin Gauthier ", ] description = "Energistics Transport Protocol (ETP) Message types" homepage = "https://github.com/geosiris-technologies/etptypes-rs" documentation = "https://github.com/geosiris-technologies/etptypes-rs/wiki" readme = "README.md" keywords = [ "etp", "energistics", ] categories = [ "network-programming", "web-programming::websocket", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/geosiris-technologies/etptypes-rs" [dependencies.apache-avro] version = "0.15.0" [dependencies.bytes] version = "1.4.0" [dependencies.derivative] version = "2.2.0" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_bytes] version = "0.11.8" [dependencies.serde_json] version = "1.0.105" [dependencies.uuid] version = "1.4.1" features = [ "v4", "serde", ]