[package] name = "kfl-ufo" version = "0.0.0" edition = "2021" description = "KFL modelling of Unified Font Object (UFO) 3" license = "MIT/Apache-2.0" homepage = "https://github.com/synthet-ic/kfl-document" documentation = "https://docs.rs/kfl-ufo" rust-version = "1.62.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "src/mod.rs" [dependencies] kfl = "0" kfl-plist = "0"