# 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 = "dataviewer" version = "0.1.6" authors = ["Guillaume Pellegrino "] description = "Watch and view your data in real-time" readme = "README.md" keywords = [ "gtk", "data", "viewer", "plot", ] categories = ["visualization"] license = "GPL-3.0-or-later" repository = "https://github.com/guillaumepellegrino/dataviewer" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [dependencies.cairo-rs] version = "0.18.0" features = ["png"] [dependencies.daemonize] version = "0.5.0" [dependencies.eyre] version = "0.6.8" [dependencies.gtk4] version = "0.7.1" features = [] [dependencies.png] version = "0.9.0" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.toml] version = "0.7.3"