# 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" rust-version = "1.70" name = "stabilizer-stream" version = "0.1.1" authors = [ "Robert Jördens ", "Ryan Summers ", ] description = "Tools to interact with Stabilizer streams, including PSD analysis app" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/quartiq/stabilizer-streaming" [profile.release] debug = 1 [dependencies.anyhow] version = "1.0.75" [dependencies.bytemuck] version = "1.13.1" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.derive_builder] version = "0.12.0" [dependencies.eframe] version = "0.23" features = [ "wayland", "x11", "glow", "default_fonts", ] default-features = false [dependencies.egui_plot] version = "0.23" [dependencies.env_logger] version = "0.10" [dependencies.idsp] version = "0.12.0" [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.7" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rustfft] version = "6.1.0" [dependencies.socket2] version = "0.5.4" [dependencies.thiserror] version = "1.0.47"