# 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 = "2018" name = "ros_message" version = "0.1.1" authors = ["Adnan Ademovic "] description = "Utilities for handling MSG and SRV files in ROS" readme = "README.md" license = "MIT" repository = "https://github.com/adnanademovic/rosrust" [dependencies.array-init] version = "2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.md-5] version = "0.9.1" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.127" [dependencies.serde_derive] version = "1.0.127" [dependencies.thiserror] version = "1.0.26" [dev-dependencies.serde_json] version = "1.0.66"