# 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 = "sleipnir" version = "0.2.2" description = "Memory safe font operations for Google Fonts." readme = "README.md" categories = [ "text-processing", "parsing", "graphics", ] license = "MIT/Apache-2.0" repository = "https://github.com/googlefonts/sleipnir" [dependencies.kurbo] version = "0.11.0" [dependencies.rayon] version = "1.8.0" [dependencies.skrifa] version = "0.19.1" [dependencies.smol_str] version = "0.2.1" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.regex] version = "1.10.4" [dev-dependencies.write-fonts] version = "0.27.0" [features]