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