orion-sdr 0.0.21

DSP/SDR block library targeting HF-to-UHF, satellites, and Python bindings. Roadmap inside.
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 = "orion-sdr"
version = "0.0.21"
build = false
include = [
    "src/**/*",
    "python/**/*",
    "Cargo.toml",
    "pyproject.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DSP/SDR block library targeting HF-to-UHF, satellites, and Python bindings. Roadmap inside."
readme = "README.md"
keywords = [
    "sdr",
    "dsp",
    "radio",
    "satellite",
]
categories = [
    "science",
    "embedded",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/skynavga/orion-sdr"

[features]
extension-module = [
    "dep:pyo3",
    "pyo3/extension-module",
    "dep:numpy",
]
simd = []
throughput = []

[lib]
name = "orion_sdr"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.numpy]
version = "0.28"
optional = true

[dependencies.pyo3]
version = "0.28"
features = ["abi3-py312"]
optional = true

[dependencies.realfft]
version = "3"

[dependencies.rustfft]
version = "6"

[dependencies.thiserror]
version = "1"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1