# 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 = "decode1090" version = "0.3.8" authors = ["Xavier Olive "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Companion application to rs1090 to decode Mode S and ADS-B signals" homepage = "https://github.com/xoolive/rs1090" readme = "readme.md" keywords = [ "aircraft", "ADS-B", "Mode-S", "decoding", ] license = "MIT" repository = "https://github.com/xoolive/rs1090" [[bin]] name = "decode1090" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "color", "derive", "wrap_help", ] [dependencies.deku] version = "0.18.1" [dependencies.futures-util] version = "0.3.31" [dependencies.hex] version = "0.4.3" [dependencies.rs1090] version = "0.3.8" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"]