# 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 = "gridsim-ui" version = "0.4.1" authors = ["Geordon Worley "] description = "Visualizing gridsim grids" documentation = "https://docs.rs/gridsim-ui/" license = "MIT" repository = "https://github.com/vadixidav/gridsim-ui" [dependencies.cgmath] version = "0.17.0" [dependencies.glium] version = "0.25.1" [dependencies.gridsim] version = "0.3.2" [dependencies.rayon] version = "1.1.0" [dependencies.serde] version = "1.0.97" optional = true [dev-dependencies.os_pipe] version = "0.8.1" [features] default = ["multinode"] multinode = ["serde"]