dsfb-rf 1.0.1

DSFB-RF Structural Semiotics Engine for RF Signal Monitoring - A Deterministic, Non-Intrusive Observer Layer for Typed Structural Interpretation of IQ Residual Streams in Electronic Warfare, Spectrum Monitoring, and Cognitive Radio
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 = "2021"
rust-version = "1.83"
name = "dsfb-rf"
version = "1.0.1"
authors = ["Riaan de Beer <riaan@invariantforge.net>"]
build = false
include = [
    "src/**",
    "tests/**",
    "examples/**",
    "benches/**",
    "scripts/**",
    "docs/**",
    "audit/**",
    "data/slices/**",
    "colab/dsfb_rf_reproduce.ipynb",
    "colab/README.md",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
    "/NOTICE",
    "/CITATION.cff",
    "/CHANGELOG.md",
    "/ARCHITECTURE.md",
    "/SECURITY.md",
    "/SAFETY.md",
    "/REPRODUCE.md",
    "/rust-toolchain.toml",
    "/deny.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DSFB-RF Structural Semiotics Engine for RF Signal Monitoring - A Deterministic, Non-Intrusive Observer Layer for Typed Structural Interpretation of IQ Residual Streams in Electronic Warfare, Spectrum Monitoring, and Cognitive Radio"
homepage = "https://github.com/infinityabundance/dsfb"
documentation = "https://docs.rs/dsfb-rf"
readme = "README.md"
keywords = [
    "rf",
    "signal-processing",
    "semiotics",
    "ew",
    "no-std",
]
categories = [
    "embedded",
    "science",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/dsfb/tree/main/crates/dsfb-rf"

[features]
alloc = []
default = []
experimental = []
hdf5_loader = [
    "std",
    "paper_lock",
    "dep:hdf5-metno",
]
paper_lock = [
    "std",
    "serde",
]
real_figures = [
    "std",
    "serde",
    "hdf5_loader",
    "dep:csv",
]
serde = [
    "std",
    "dep:serde",
    "dep:serde_json",
]
std = ["alloc"]

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

[[bin]]
name = "paper-lock"
path = "src/main.rs"
required-features = [
    "std",
    "paper_lock",
    "hdf5_loader",
]

[[example]]
name = "atmospheric_fading_diag"
path = "examples/atmospheric_fading_diag.rs"
required-features = ["std"]

[[example]]
name = "crawdad_interference"
path = "examples/crawdad_interference.rs"
required-features = ["std"]

[[example]]
name = "darpa_sc2_adversarial"
path = "examples/darpa_sc2_adversarial.rs"
required-features = ["std"]

[[example]]
name = "deep_space_metrology"
path = "examples/deep_space_metrology.rs"
required-features = ["std"]

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

[[example]]
name = "generate_figures"
path = "examples/generate_figures.rs"
required-features = [
    "std",
    "serde",
]

[[example]]
name = "generate_figures_all"
path = "examples/generate_figures_all.rs"
required-features = [
    "std",
    "serde",
]

[[example]]
name = "generate_figures_real"
path = "examples/generate_figures_real.rs"
required-features = [
    "std",
    "serde",
    "real_figures",
]

[[example]]
name = "gps_spoofing_detection"
path = "examples/gps_spoofing_detection.rs"
required-features = ["std"]

[[example]]
name = "iqengine_diversity"
path = "examples/iqengine_diversity.rs"
required-features = ["std"]

[[example]]
name = "nist_powder_playback"
path = "examples/nist_powder_playback.rs"
required-features = ["std"]

[[example]]
name = "oracle_usrp_b200"
path = "examples/oracle_usrp_b200.rs"
required-features = ["std"]

[[example]]
name = "radioml_hdf5"
path = "examples/radioml_hdf5.rs"
required-features = [
    "std",
    "paper_lock",
    "hdf5_loader",
]

[[example]]
name = "urban_multipath_prognosis"
path = "examples/urban_multipath_prognosis.rs"
required-features = ["std"]

[[example]]
name = "wpred_sweep"
path = "examples/wpred_sweep.rs"
required-features = ["std"]

[[example]]
name = "wpred_sweep_real"
path = "examples/wpred_sweep_real.rs"
required-features = [
    "std",
    "serde",
    "hdf5_loader",
]

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

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

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

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

[[bench]]
name = "cycles_per_sample"
path = "benches/cycles_per_sample.rs"
harness = false
required-features = ["std"]

[dependencies.csv]
version = "1"
optional = true

[dependencies.hdf5-metno]
version = "0.12"
optional = true
package = "hdf5-metno"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[target."cfg(loom)".dev-dependencies.loom]
version = "0.7"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(kani)",
    "cfg(loom)",
]

[profile.dev]
panic = "abort"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"