# 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 = "futuredsp" version = "0.0.6" authors = ["FutureSDR Contributors "] description = "A signal processing library for SDR and real-time DSP." homepage = "https://www.futuresdr.org" readme = "README.md" keywords = [ "sdr", "radio", "runtime", "async", "acceleration", ] categories = [ "asynchronous", "concurrency", "hardware-support", "science", "wasm", ] license = "Apache-2.0" repository = "https://github.com/futuresdr/futuresdr/" resolver = "2" [[bench]] name = "benchmarks" harness = false [dependencies.log] version = "0.4" [dependencies.num-complex] version = "0.4.0" [dependencies.num-traits] version = "0.2" [dev-dependencies.criterion] version = "0.3.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.4" [build-dependencies.rustc_version] version = "0.4.0"