# 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 = "rustybuzz" version = "0.20.1" authors = [ "Caleb Maclennan ", "Laurenz Stampfl ", "Yevhenii Reizner ", "خالد حسني (Khaled Hosny) ", ] build = false exclude = [ "benches/", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A complete harfbuzz shaping algorithm port to Rust." documentation = "https://docs.rs/rustybuzz/" readme = "README.md" keywords = [ "text", "shaping", "opentype", "truetype", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/harfbuzz/rustybuzz" [lib] name = "rustybuzz" path = "src/lib.rs" [[example]] name = "shape" path = "examples/shape.rs" [dependencies.bitflags] version = "2.4.1" [dependencies.bytemuck] version = "1.5" features = ["extern_crate_alloc"] [dependencies.core_maths] version = "0.1.0" [dependencies.log] version = "0.4.22" [dependencies.smallvec] version = "1.6" [dependencies.ttf-parser] version = "0.25.0" features = [ "opentype-layout", "apple-layout", "variable-fonts", "glyph-names", "no-std-float", ] default-features = false [dependencies.unicode-bidi-mirroring] version = "0.4.0" [dependencies.unicode-ccc] version = "0.4.0" [dependencies.unicode-properties] version = "0.1.3" features = ["general-category"] default-features = false [dependencies.unicode-script] version = "0.5.2" [dependencies.wasmi] version = "0.37.0" optional = true [dev-dependencies.libc] version = "0.2" [dev-dependencies.pico-args] version = "0.5" features = ["eq-separator"] [features] default = ["std"] std = ["ttf-parser/std"] wasm-shaper = [ "std", "dep:wasmi", ]