aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 516f314b4cbc7829bf8b477d23fbdde3a6526e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "plotters-svg"
version = "0.3.1"
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-svg.git"
readme = "README.md"

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

[dependencies]
plotters-backend = "^0.3.*"

[features]
debug = []

[dev-dependencies]
plotters = {version = "^0.3.0", default_features = false, features = ["ttf"]}