voracious 0.4.1

VOR signal decoder for aviation navigation
Documentation
# 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 = "2024"
name = "voracious"
version = "0.4.1"
authors = ["Xavier Olive <git@xoolive.org>"]
build = "build.rs"
exclude = ["tests/data/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VOR signal decoder for aviation navigation"
homepage = "https://github.com/xoolive/desperado"
readme = "readme.md"
keywords = [
    "vor",
    "aviation",
    "radio",
    "decoder",
    "navigation",
]
license = "MIT"
repository = "https://github.com/xoolive/desperado"

[features]
soapy = ["desperado/soapy"]
test-fixtures = []

[lib]
name = "voracious"
path = "src/lib.rs"

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

[[example]]
name = "extract_audio"
path = "examples/extract_audio.rs"

[[example]]
name = "extract_ils"
path = "examples/extract_ils.rs"

[[test]]
name = "ils_decoding"
path = "tests/ils_decoding.rs"

[[test]]
name = "vor_decoding"
path = "tests/vor_decoding.rs"

[dependencies.biquad]
version = "0.5.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.desperado]
version = "0.4.1"
features = [
    "rtlsdr",
    "airspy",
    "hackrf",
]

[dependencies.futures]
version = "0.3"

[dependencies.hound]
version = "3.5"

[dependencies.num-complex]
version = "0.4"

[dependencies.rustfft]
version = "6.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tinyaudio]
version = "0.1"

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