# 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 = "glyph_brush_layout" version = "0.2.4" authors = ["Alex Butler "] description = "Text layout for ab_glyph" readme = "README.md" keywords = [ "layout", "text", ] license = "Apache-2.0" repository = "https://github.com/alexheretic/glyph-brush" [dependencies.ab_glyph] version = "0.2.1" [dependencies.approx] version = "0.5" [dependencies.xi-unicode] version = "0.3" [dev-dependencies.once_cell] version = "1" [dev-dependencies.ordered-float] version = "4"