# 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 = "seify-rtlsdr" version = "0.0.3" exclude = ["*.bin"] description = "Rusty RTL-SDR Driver" homepage = "https://www.futuresdr.org" documentation = "https://docs.rs/seify-rtlsdr/" license = "GPL-3.0" repository = "https://github.com/FutureSDR/seify" [dependencies.byteorder] version = "1" [dependencies.log] version = "0.4" [dependencies.mockall] version = "0.11" [dependencies.parking_lot] version = "0.12.1" [dependencies.rusb] version = "0.9" [dependencies.thiserror] version = "1.0" [dev-dependencies.byteorder] version = "1" [dev-dependencies.ctrlc] version = "3.2.3" [dev-dependencies.num-complex] version = "0.4" [dev-dependencies.rusb] version = "0.9" [dev-dependencies.stderrlog] version = "0.5" [features] default = [] rtl_sdr_blog = []