# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fontdrasil" version = "0.0.1" description = "Common types and utilites used by fontc, a font compiler." readme = "README.md" categories = [ "text-processing", "parsing", "graphics", ] license = "MIT/Apache-2.0" repository = "https://github.com/googlefonts/fontc" [dependencies.ordered-float] version = "4.1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.smol_str] version = "0.2.0" features = ["serde"] [dependencies.write-fonts] version = "0.25.0" features = [ "serde", "read", ] [dev-dependencies.ansi_term] version = "0.12.1" [dev-dependencies.diff] version = "0.1.12" [dev-dependencies.tempfile] version = "3.3.0" [features]