seify-rtlsdr 0.0.4

Rusty RTL-SDR Driver
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"
name = "seify-rtlsdr"
version = "0.0.4"
build = false
exclude = ["*.bin"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rusty RTL-SDR Driver"
homepage = "https://www.futuresdr.org"
documentation = "https://docs.rs/seify-rtlsdr/"
readme = false
license = "GPL-3.0"
repository = "https://github.com/FutureSDR/seify"

[features]
default = []
rtl_sdr_blog = []

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

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

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

[dependencies.byteorder]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.mockall]
version = "0.13"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rusb]
version = "0.9.4"

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies.ctrlc]
version = "3.4"

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

[dev-dependencies.rusb]
version = "0.9.4"

[dev-dependencies.stderrlog]
version = "0.6"