# 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 = "fribidi" version = "0.1.2" authors = ["Mohamed A. Elmeligy "] description = "fribidi bindings for Rust" documentation = "https://docs.rs/fribidi/latest/fribidi" readme = "README.md" keywords = [ "fribidi", "text", "font", "arabic", "RTL", ] categories = [ "rendering", "api-bindings", ] license = "MIT" repository = "https://github.com/rust-fribidi/rust-fribidi" resolver = "2" [lib] name = "fribidi" path = "src/lib.rs" [dependencies.fribidi-sys] version = "^0.1" [dependencies.widestring] version = "^1.0" [build-dependencies.pkg-config] version = "^0.3" optional = true [features] default = ["pkg-config"] static = ["fribidi-sys/static"]