# 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_gen" version = "0.3.4" authors = ["Mykhailo Ziatin "] build = "build.rs" include = [ "message_definitions", "src", "build.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust code generation module for MAVSpec." homepage = "https://mavka.gitlab.io/home/projects/mavspec" readme = "README.md" keywords = [ "MAVLink", "UAV", "drones", "parser", "code-generator", ] 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.cargo-machete] ignored = ["serde_json"] [package.metadata.docs.rs] features = ["unstable"] [lib] name = "mavspec_rust_gen" path = "src/lib.rs" [dependencies.base64] version = "0.22.0" [dependencies.cargo-manifest] version = "0.13.0" [dependencies.heck] version = "0.5.0" [dependencies.log] version = "0.4.21" [dependencies.mavinspect] version = "0.2.4" features = ["serde"] [dependencies.prettyplease] version = "0.2.17" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.syn] version = "2.0.55" [dependencies.thiserror] version = "1.0.58" [dev-dependencies] [features] default = [] fingerprints = [] unstable = []