# 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.74.0" name = "adsb_deku" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Decoder for ADS-B(Automatic Depedent Surveillance-Broadcast) - written with 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", ] [lib] name = "adsb_deku" path = "src/lib.rs" [[test]] name = "file" path = "tests/file.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "decoding" path = "benches/decoding.rs" harness = false [dependencies.deku] version = "0.16" default-features = false [dependencies.libm] version = "0.2.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.assert_hex] version = "0.4" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.hex] version = "0.4" [dev-dependencies.hexlit] version = "0.5" [features] alloc = ["deku/alloc"] default = ["std"] std = [ "deku/std", "alloc", ]