aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: cd1e6d4f7e9e9f672855e0adbd8af8b1f24bfebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "plotters-svg"
version = "0.3.5"
authors = ["Hao Hou <haohou302@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Plotters SVG backend"
homepage = "https://plotters-rs.github.io"
repository = "https://github.com/plotters-rs/plotters.git"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.plotters-backend]
version = "0.3.5"
path = "../plotters-backend"

[dependencies.image]
version = "0.24.2"
optional = true
default-features = false
features = ["jpeg", "png", "bmp"]

[features]
debug = []
bitmap_encoder = ["image"]

[dev-dependencies.plotters]
default_features = false
features = ["ttf"]
path = "../plotters"