# 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_spec" version = "0.3.4" authors = ["Mykhailo Ziatin "] build = false include = [ "src", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Core interfaces 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 = [ "std", "serde", "unstable", ] [lib] name = "mavspec_rust_spec" path = "src/lib.rs" [dependencies.bitflags] version = "2.5.0" default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true default-features = false [dependencies.tbytes] version = "0.1.0" default-features = false [features] alloc = [ "tbytes/alloc", "serde/alloc", "serde/std", ] serde = [ "dep:serde", "bitflags/serde", ] std = [ "alloc", "tbytes/std", "bitflags/std", ] unstable = []