# 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 = "hackrf-rs" version = "0.7.0" description = "Rust library for accessing Hackrf." homepage = "https://gitee.com/zr233/hackrf-rs" readme = "README.md" keywords = [ "usb", "hackrf", "hardware", "async", ] license = "MIT" repository = "https://gitee.com/zr233/hackrf-rs" [dependencies.eusb] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.log] version = "0" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1" features = ["full"]