1[package]
2name = "svg"
3version = "0.10.0"
4edition = "2018"
5license = "Apache-2.0/MIT"
6authors = [
7    "Adam Bryant <adam.w.bryant@outlook.com>",
8    "Felix Schütt <felix.schuett@maps4print.com>",
9    "GeoffreyY <yeungchingho123@gmail.com>",
10    "Gijs Burghoorn <g.burghoorn@gmail.com>",
11    "Ivan Ukhov <ivan.ukhov@gmail.com>",
12    "Mike Wilkerson <mwilkerson@gmail.com>",
13    "Nicolas Silva <nical@fastmail.com>",
14    "Nor Khasyatillah <mazznoer@ymail.com>",
15    "OCTronics <octronics@riseup.net>",
16    "Patrick Chieppe <patrick.chieppe@hotmail.com>",
17    "Will Nelson <will@wnelson.xyz>",
18    "Xander Rudelis <xander.rudelis@gmail.com>",
19    "e-matteson <e.r.matteson@gmail.com>",
20    "kmkzt <info.pscreator@gmail.com>",
21]
22description = "The package provides an SVG composer and parser."
23documentation = "https://docs.rs/svg"
24homepage = "https://github.com/bodoni/svg"
25repository = "https://github.com/bodoni/svg"
26readme = "README.md"
27categories = ["multimedia::images", "parsing", "rendering::data-formats"]
28keywords = ["vector-graphics"]
29