# 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 = "2018" name = "fit_text" version = "0.3.3" authors = ["Kai Schmidt "] description = "Fit text inside a rectangle" documentation = "https://docs.rs/fit-text/" readme = "readme.md" keywords = ["text", "align", "render", "font", "word"] categories = ["gui", "rendering"] license = "MIT" repository = "https://github.com/kaikalii/fit-text" [[example]] name = "simple" [dependencies.once_cell] version = "1" [dependencies.piston2d-graphics] version = "0.41.0" optional = true [dependencies.rusttype] version = "0.9.2" [dependencies.vector2math] version = "0.13.0" [dev-dependencies.graphics_buffer] version = "0.7.7" [features] default = ["graphics"] graphics = ["piston2d-graphics"]