[package] name = "rust-plotter" version = "0.1.2" authors = ["Ryan McWhorter "] edition = "2018" repository = "https://github.com/rmcwhorter/rust-plotter.git" homepage = "https://github.com/rmcwhorter/rust-plotter" readme = "README.md" license = "MIT" description = "A quick and dirty library to plot Vecs with Matplotlib." keywords = ["matplotlib", "plot", "graph", "graphics"] categories = ["multimedia::images"] [lib] name = "plotting" path = "src/lib.rs" [dependencies] serde = { version = "1.0.99" } serde-pickle = { version = "0.5.0" } rand = { version = "0.7.0" }