-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathCargo.toml
34 lines (34 loc) · 1.29 KB
/
Cargo.toml
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
32
33
34
[package]
name = "svg"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
authors = [
"Adam Bryant <[email protected]>",
"Felix Schütt <[email protected]>",
"Felix Zwettler <[email protected]>",
"GeoffreyY <[email protected]>",
"Gijs Burghoorn <[email protected]>",
"Ivan Ukhov <[email protected]>",
"Jack Greenbaum <[email protected]>",
"Joshua Klein <[email protected]>",
"Mike Wilkerson <[email protected]>",
"Nathan Hüsken <[email protected]>",
"Nathaniel Cook <[email protected]>",
"Nick Angelou <[email protected]>",
"Nicolas Silva <[email protected]>",
"Nor Khasyatillah <[email protected]>",
"OCTronics <[email protected]>",
"Patrick Chieppe <[email protected]>",
"Will Nelson <[email protected]>",
"Xander Rudelis <[email protected]>",
"e-matteson <[email protected]>",
"kmkzt <[email protected]>",
]
description = "The package provides an SVG composer and parser."
documentation = "https://docs.rs/svg"
homepage = "https://github.com/bodoni/svg"
repository = "https://github.com/bodoni/svg"
readme = "README.md"
categories = ["multimedia::images", "parsing", "rendering::data-formats"]
keywords = ["vector-graphics"]