1[package]
2name = "lyon_extra"
3version = "1.0.3"
4description = "Various optional utilities for the lyon crate."
5authors = ["Nicolas Silva <nical@fastmail.com>"]
6repository = "https://github.com/nical/lyon"
7documentation = "https://docs.rs/lyon_extra/"
8license = "MIT OR Apache-2.0"
9workspace = "../.."
10
11[lib]
12name = "lyon_extra"
13
14[features]
15serialization = ["lyon_path/serialization"]
16
17[dependencies]
18lyon_path = { version = "1.0.0", path = "../path" }
19thiserror = "1.0"
20