# 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 = "rt-graph" version = "0.3.4" authors = ["Alex Helfet "] description = "A real-time graphing experiment written in Rust." readme = "README.md" keywords = ["graphics", "graph", "plotting", "visualization"] categories = ["graphics", "gui", "visualization"] license = "MIT" repository = "https://github.com/fluffysquirrels/rt-graph-rs/" [dependencies.cairo-rs] version = "0.9.1" [dependencies.derive_builder] version = "0.9.0" [dependencies.env_logger] version = "0.7.1" [dependencies.gdk] version = "0.13.2" [dependencies.gio] version = "0.9.1" [dependencies.glib] version = "0.10.0" [dependencies.gtk] version = "0.9.0" [dependencies.log] version = "0.4.11" [dependencies.once_cell] version = "1.4.0" [dependencies.rand] version = "0.7"