# 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 = "rs1090" version = "0.3.8" authors = ["Xavier Olive "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library to decode Mode S and ADS-B signals" readme = "readme.md" keywords = [ "aircraft", "ADS-B", "Mode-S", "decoding", ] license = "MIT" repository = "https://github.com/xoolive/rs1090" [lib] name = "rs1090" path = "src/lib.rs" [[example]] name = "airports" path = "examples/airports.rs" [[example]] name = "decode_basic" path = "examples/basic.rs" test = false [[example]] name = "decode_file" path = "examples/flight.rs" test = false [[bench]] name = "long_flight" path = "benches/long_flight.rs" harness = false [dependencies.ansi_term] version = "0.12.1" [dependencies.async-stream] version = "0.3.6" [dependencies.deku] version = "0.18.1" features = ["logging"] [dependencies.futures] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dependencies.hex] version = "0.4.3" [dependencies.libm] version = "0.2.8" [dependencies.log] version = "0.4.17" [dependencies.num-complex] version = "0.4.5" [dependencies.once_cell] version = "1.20.2" [dependencies.rayon] version = "1.9.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.soapysdr] version = "0.4.0" optional = true [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hexlit] version = "0.5.5" [features] rtlsdr = ["soapysdr"]