Files
another-boids-in-rust/vendor/rustybuzz/Cargo.toml

82 lines
1.7 KiB
TOML

# 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.14.1"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
exclude = [
"benches/",
"tests/",
]
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/RazrFalcon/rustybuzz"
[dependencies.bitflags]
version = "2.4.1"
[dependencies.bytemuck]
version = "1.5"
features = ["extern_crate_alloc"]
[dependencies.libm]
version = "0.2.2"
optional = true
[dependencies.smallvec]
version = "1.6"
[dependencies.ttf-parser]
version = "0.21.1"
features = [
"opentype-layout",
"apple-layout",
"variable-fonts",
"glyph-names",
]
default-features = false
[dependencies.unicode-bidi-mirroring]
version = "0.2"
[dependencies.unicode-ccc]
version = "0.2"
[dependencies.unicode-properties]
version = "0.1.0"
features = ["general-category"]
default-features = false
[dependencies.unicode-script]
version = "0.5.2"
[dev-dependencies.libc]
version = "0.2"
[dev-dependencies.pico-args]
version = "0.5"
features = ["eq-separator"]
[features]
default = ["std"]
std = []