# 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 = "gdl90" version = "1.0.0" authors = ["Roberto Carlos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GDL90 message encoder/decoder" readme = "readme.md" keywords = [ "gdl90", "ads-b", "transponders", "uavionix", "binrw", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/roby2014/gdl90" [lib] name = "gdl90" path = "src/lib.rs" [dependencies.binrw] version = "0.14.0" [dependencies.modular-bitfield] version = "0.11.2"