# 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_draw_cache" version = "0.1.6" authors = ["Alex Butler "] description = "Texture draw cache for ab_glyph" readme = "README.md" keywords = [ "font", "ttf", "truetype", "gfx", "text", ] license = "Apache-2.0" repository = "https://github.com/alexheretic/glyph-brush" [[bench]] name = "draw_cache" harness = false [[bench]] name = "st_vs_mt" harness = false [dependencies.ab_glyph] version = "0.2.2" [dependencies.linked-hash-map] version = "0.5.4" [dependencies.rustc-hash] version = "2" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.glyph_brush_layout] version = "0.2" [dev-dependencies.once_cell] version = "1.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.crossbeam-channel] version = "0.5" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.crossbeam-deque] version = "0.8" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon] version = "1.3"