canadensis_codegen_rust 0.6.1

Generates Rust code for data types based on Cyphal DSDL 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 = "2018"
name = "canadensis_codegen_rust"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generates Rust code for data types based on Cyphal DSDL files"
readme = "README.md"
keywords = ["cyphal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/samcrow/canadensis"
resolver = "2"

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

[[bin]]
name = "canadensis_codegen_rust"
path = "src/main.rs"

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"

[[test]]
name = "compile_pass"
path = "tests/compile_pass.rs"

[dependencies.canadensis_bit_length_set]
version = "0.6.0"

[dependencies.canadensis_dsdl_frontend]
version = "0.6.0"

[dependencies.clap]
version = "4.1.0"
features = ["cargo"]

[dependencies.heck]
version = "0.5.0"

[dependencies.num-bigint]
version = "0.4"

[dependencies.regex]
version = "1.7.0"

[dependencies.thiserror]
version = "2.0.16"