# 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 = "zusi-protocol" version = "0.2.1" authors = ["Jannis Schaefer "] description = "Contains serialization and deserialization logic for the Zusi 3 TCP-Protocol" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zusi/zusi-rs" [dependencies.either] version = "1.10" optional = true [dependencies.log] version = "0.4" [dependencies.nom] version = "7" optional = true [dependencies.thiserror] version = "1" [dependencies.zusi-protocol-derive] version = "0.1.2" optional = true [features] default = ["derive"] derive = ["dep:zusi-protocol-derive"] parser = [ "dep:nom", "dep:either", ]