# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sdr-heatmap" version = "0.1.5" authors = ["J2ghz "] exclude = ["samples/*"] description = "Generates images from rtl_power csv files" readme = "README.md" keywords = ["sdr", "rtl-sdr", "rtl_power"] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/j2ghz/sdr-heatmap/" [[bench]] name = "bench" harness = false [dependencies.clap] version = "2.33.2" [dependencies.csv] version = "1.1.3" [dependencies.flate2] version = "1.0.16" [dependencies.image] version = "0.23.8" [dependencies.log] version = "0.4.11" [dependencies.rayon] version = "1.3.1" [dependencies.stderrlog] version = "0.4.3" [dependencies.walkdir] version = "2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.proptest] version = "0.10.0"