roslibrust_codegen 0.21.0

An library for generating rust type definitions from ROS IDL files
Documentation
# 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 = "roslibrust_codegen"
version = "0.21.0"
authors = [
    "carter <carterjschultz@gmail.com>",
    "ssnover <ssnover95@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An library for generating rust type definitions from ROS IDL files"
readme = "README.md"
keywords = [
    "ROS",
    "robotics",
    "websocket",
    "json",
    "async",
]
categories = ["science::robotics"]
license = "MIT"
repository = "https://github.com/Carter12s/roslibrust"

[features]
chrono = ["dep:chrono"]
ros1_test = []
ros2_test = []

[lib]
name = "roslibrust_codegen"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.7"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.roslibrust_common]
version = "0.21.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-big-array]
version = "0.5"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.simple-error]
version = "0.3"

[dependencies.smart-default]
version = "0.7"

[dependencies.syn]
version = "1.0"

[dependencies.walkdir]
version = "2.5"

[dependencies.xml-rs]
version = "0.8"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.test-log]
version = "0.2"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]