# 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" rust-version = "1.76" name = "vda5050-types" version = "0.2.0" authors = ["Elmar Schug "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types defined by the VDA5050 standard for AGV communication." documentation = "https://docs.rs/vda5050-types" readme = "README.md" keywords = [ "vda5050", "agv", ] categories = [] license = "MIT" repository = "https://github.com/kKdH/vda5050-types-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "vda5050_types" path = "src/lib.rs" [dependencies.chrono] version = "0.4.*" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.*" features = [ "derive", "alloc", ] optional = true default-features = false [features] default = ["fmt"] fmt = [] serde = [ "dep:serde", "chrono/serde", ] v2_0 = []