# 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 = "vehicle-signals" version = "0.4.0" authors = ["Sojan James "] build = "build.rs" description = "DDS topics (for cyclonedds-rs) created from GENIVI/W3C Vehicle Signal Specification" homepage = "https://github.com/sabaton-rs/vehicle_signals" readme = "README.md" license-file = "LICENSE.md" [dependencies.cdds_derive] version = "0.1.1" [dependencies.chrono] version = "0.4.22" [dependencies.cyclonedds-rs] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [build-dependencies.csv] version = "1.1" [build-dependencies.itertools] version = "0.10.0" [build-dependencies.joinery] version = "2.1.0" [build-dependencies.petgraph] version = "0.6" [build-dependencies.proc-macro2] version = "1" [build-dependencies.quote] version = "1.0" [build-dependencies.regex] version = "1.5.4" [build-dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [build-dependencies.which] version = "4.2.2"