# 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" rust-version = "1.70.0" name = "rsadsb_common" version = "0.6.3" description = "common library for adsb_deku" readme = "README.md" keywords = [ "deku", "adsb", "aerorust", "airplane", "radar", ] categories = [ "aerospace::protocols", "parsing", ] license = "MIT" repository = "https://github.com/wcampbel0x2a/adsb_deku" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.adsb_deku] version = "0.7.0" default-features = false [dependencies.libm] version = "0.2.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_with] version = "3.4.0" optional = true [dependencies.tracing] version = "0.1.40" optional = true default-features = false [features] alloc = [ "adsb_deku/alloc", "tracing", ] default = ["std"] serde = [ "dep:serde", "dep:serde_with", "adsb_deku/serde", ] std = [ "adsb_deku/std", "tracing/std", "alloc", ]