1[package] 2name = "plotters-svg" 3version = "0.3.0" 4authors = ["Hao Hou <haohou302@gmail.com>"] 5edition = "2018" 6license = "MIT" 7description = "Plotters SVG backend" 8homepage = "https://plotters-rs.github.io" 9repository = "https://github.com/plotters-rs/plotters-svg.git" 10readme = "README.md" 11 12# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 13 14[dependencies] 15plotters-backend = "^0.3.*" 16 17[features] 18debug = [] 19