# 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" version = "0.3.4" authors = ["Mykhailo Ziatin "] build = false include = [ "src", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A set of code generation utilities for MAVLink protocol." homepage = "https://mavka.gitlab.io/home/projects/mavspec" readme = "README.md" keywords = [ "MAVLink", "UAV", "drones", "parser", ] categories = [ "aerospace::protocols", "aerospace::drones", "aerospace::unmanned-aerial-vehicles", "command-line-utilities", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/mavka/libs/mavspec" resolver = "2" [package.metadata.docs.rs] features = [ "rust", "rust_gen", "serde", "unstable", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "mavspec" path = "src/lib.rs" [[bin]] name = "mavspec" path = "src/bin/mavspec.rs" required-features = ["cli"] [dependencies.clap] version = "4.5.3" features = ["derive"] optional = true [dependencies.env_logger] version = "0.11.3" optional = true [dependencies.log] version = "0.4.20" optional = true [dependencies.mavspec_rust_derive] version = "0.3.4" optional = true [dependencies.mavspec_rust_gen] version = "0.3.4" optional = true [dependencies.mavspec_rust_spec] version = "0.3.4" optional = true [features] alloc = ["mavspec_rust_spec/alloc"] cli = [ "dep:clap", "dep:log", "dep:env_logger", "generators", ] default = [] fingerprints = ["mavspec_rust_gen/fingerprints"] generators = ["rust_gen"] rust = [ "dep:mavspec_rust_spec", "dep:mavspec_rust_derive", ] rust_gen = [ "std", "dep:mavspec_rust_gen", "rust", ] serde = ["mavspec_rust_spec/serde"] specs = ["rust"] std = [ "alloc", "mavspec_rust_spec/std", ] unstable = [ "mavspec_rust_gen/unstable", "mavspec_rust_spec/unstable", ]