# 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 = "mavspec_rust_derive" version = "0.3.4" authors = ["Mykhailo Ziatin "] build = false include = [ "src", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for MAVSpec's Rust code generation toolchain." homepage = "https://mavka.gitlab.io/home/projects/mavspec" readme = "README.md" keywords = [ "MAVLink", "UAV", "drones", ] categories = [ "aerospace::protocols", "aerospace::drones", "aerospace::unmanned-aerial-vehicles", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/mavka/libs/mavspec" resolver = "2" [package.metadata.docs.rs] features = [] [lib] name = "mavspec_rust_derive" path = "src/lib.rs" proc-macro = true [dependencies.crc-any] version = "2.4.4" default-features = false [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.55" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.bitflags] version = "2.5.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.log] version = "0.4.21" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [dev-dependencies.serde_arrays] version = "0.1.0" default-features = false