decode1090 0.5.1

Companion application to rs1090 to decode Mode S and ADS-B signals
# 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.5.1"
authors = ["Xavier Olive <git@xoolive.org>"]
build = false
autolib = 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/jet1090"
readme = "readme.md"
keywords = [
    "aircraft",
    "ADS-B",
    "Mode-S",
    "decoding",
]
license = "MIT"
repository = "https://github.com/xoolive/jet1090"

[[bin]]
name = "decode1090"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.54"
features = [
    "color",
    "derive",
    "wrap_help",
]

[dependencies.deku]
version = "0.20.2"

[dependencies.flate2]
version = "1.1"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.rs1090]
version = "0.5.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.148"

[dependencies.sevenz-rust]
version = "0.6"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]