# 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_macro" version = "0.3.1" authors = ["Sam Crow "] description = "A procedural macro that generates Rust data types and serialization code from inline and/or external Cyphal DSDL files" readme = "README.md" keywords = [ "uavcan", "cyphal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/samcrow/canadensis" [lib] proc-macro = true [dependencies.canadensis_codegen_rust] version = "0.4.0" [dependencies.canadensis_dsdl_frontend] version = "0.4.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "2.0" default-features = false [dev-dependencies.half] version = "2.2" default-features = false [dev-dependencies.heapless] version = "0.7.7" [dev-dependencies.memoffset] version = "0.8.0" [dev-dependencies.zerocopy] version = "0.6.0"