# 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 = "sdr-iq-file-reader" version = "1.0.2" authors = ["Feriixu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for reading and parsing SDR (Software Defined Radio) files into complex samples. Supports various sample formats including u8, i8, i16, u16, f32, and f64." readme = "README.md" keywords = [ "sdr", "iq", "parsing", "reader", "samples", ] categories = [ "encoding", "parsing", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Feriixu/sdr-iq-file-reader-rs" [lib] name = "sdr_iq_file_reader" path = "src/lib.rs" [dependencies.bon] version = "2.3.0" [dependencies.num-complex] version = "0.4.6" [dependencies.num-traits] version = "0.2.19" [lints.clippy] cargo = "warn" pedantic = "warn" [lints.clippy.missing_errors_doc] level = "deny" priority = -1 [lints.clippy.missing_panics_doc] level = "deny" priority = -1 [lints.rust] missing_docs = "deny"