# 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 = "2018" name = "plotters-conrod" version = "0.3.12" authors = ["Valerian Saliou "] description = "Conrod backend for Plotters" homepage = "https://github.com/valeriansaliou/plotters-conrod" documentation = "https://docs.rs/crate/plotters-conrod/" readme = "README.md" keywords = [ "plotters", "conrod", "backend", ] categories = ["visualization"] license = "MIT" repository = "https://github.com/valeriansaliou/plotters-conrod.git" [dependencies.conrod_core] version = "^0.70" [dependencies.libc] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.plotters-backend] version = "0.3" [dev-dependencies.chrono] version = "0.4" default-features = false [dev-dependencies.conrod_glium] version = "0.70" [dev-dependencies.conrod_winit] version = "0.70" [dev-dependencies.glium] version = "0.24" [dev-dependencies.plotters] version = "0.3" features = [ "chrono", "bitmap_backend", "area_series", "ttf", ] default_features = false [dev-dependencies.psutil] version = "3.2" [dev-dependencies.winit] version = "0.19" [build-dependencies.cc] version = "1.0"