canadensis_codegen_rust 0.6.0

Generates Rust code for data types based on Cyphal DSDL files
Documentation
[package]
name = "canadensis_codegen_rust"
version = "0.6.0"
edition = "2018"
keywords = ["cyphal"]
description = "Generates Rust code for data types based on Cyphal DSDL files"
license = "MIT OR Apache-2.0"
repository = "https://github.com/samcrow/canadensis"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
heck = "0.5.0"
clap = { version = "4.1.0", features = ["cargo"] }
regex = "1.7.0"
num-bigint = "0.4"
thiserror = "2.0.16"

[dependencies.canadensis_dsdl_frontend]
version = "0.6.0"
path = "../canadensis_dsdl_frontend"
[dependencies.canadensis_bit_length_set]
version = "0.6.0"
path = "../canadensis_bit_length_set"