[dependencies.image]
default-features = false
features = ["jpeg", "png", "bmp"]
optional = true
version = "0.24.2"
[dependencies.plotters-backend]
version = "0.3.6"
[dev-dependencies]
[features]
bitmap_encoder = ["image"]
debug = []
[lib]
name = "plotters_svg"
path = "src/lib.rs"
[package]
authors = ["Hao Hou <haohou302@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Plotters SVG backend"
edition = "2018"
homepage = "https://plotters-rs.github.io"
license = "MIT"
name = "plotters-svg"
readme = "README.md"
repository = "https://github.com/plotters-rs/plotters.git"
version = "0.3.7"