# 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 = "iqengine-fm-receiver-plugin" version = "0.1.0" description = "A simple example of an IQEngine plugin server written in Rust with FutureSDR" keywords = [ "sdr", "radio", "sigmf", "futuresdr", "fsdr", ] categories = ["science"] license = "Apache-2.0" repository = "https://github.com/loic-fejoz/iqengine-fm-receiver-plugin/" [profile.dist] inherits = "release" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 2 panic = "abort" [dependencies.axum] version = "0.6.20" features = ["macros"] [dependencies.fsdr-blocks] version = "0.1.0" [dependencies.futuresdr] version = "0.0.36" features = ["audio"] [dependencies.hound] version = "3.5.1" [dependencies.http] version = "0.2.9" [dependencies.iqengine-plugin] version = "0.0.1" [dependencies.num-complex] version = "0.4.4" [dependencies.serde] version = "1.0.190" [dependencies.serde_derive] version = "1.0.190" [dependencies.simple_logger] version = "4.2.0" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.4.4" features = ["cors"] [dependencies.tracing-subscriber] version = "0.3.17"