# 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" rust-version = "1.74.0" name = "pbf_font_tools" version = "2.5.1" authors = [ "Ian Wagner ", "Luke Seelenbinder ", "Yuri Astrakhan ", ] description = "Tools for working with SDF font glyphs encoded in protobuf format." readme = "README.md" keywords = [ "sdf", "protobuf", "fonts", ] categories = [ "encoding", "parsing", "rendering::data-formats", ] license = "BSD-3-Clause" repository = "https://github.com/stadiamaps/sdf_font_tools" [dependencies.futures] version = "0.3.28" [dependencies.protobuf] version = "3.2.0" [dependencies.sdf_glyph_renderer] version = "1.0.0" features = ["freetype"] optional = true [dependencies.thiserror] version = "1.0.41" [dependencies.tokio] version = "1.29.1" features = ["rt"] [dev-dependencies.tokio] version = "1.29.1" features = [ "rt", "fs", "io-util", "macros", ] [build-dependencies.glob] version = "0.3.1" [build-dependencies.protobuf-codegen] version = "3.2.0" [build-dependencies.protoc-bin-vendored] version = "3.0.0" [features] freetype = ["dep:sdf_glyph_renderer"]