1[package]
2name = "svgtypes"
3version = "0.15.3"
4license = "Apache-2.0 OR MIT"
5edition = "2021"
6description = "SVG types parser."
7repository = "https://github.com/linebender/svgtypes"
8keywords = ["svg", "parser", "tokenizer"]
9categories = ["parser-implementations"]
10readme = "README.md"
11# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml and with the relevant README.md files.
12# and with the MSRV in the `Unreleased` section of CHANGELOG.md.
13rust-version = "1.65"
14exclude = [".github", ".clippy.toml", ".gitignore", ".typos.toml", "benches/", "codegen/", "fuzz/"]
15
16[workspace]
17members = ["benches"]
18
19[dependencies]
20siphasher = "1.0" # perfect hash implementation for color names
21kurbo = "0.11" # ArcTo to CurveTo(s)
22