# 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 = "ar-reshaper" version = "1.5.0" authors = ["Saeid Ghafari "] description = "A no-std crate to reconstruct Arabic, turkish and persian sentences to be used in applications that don't support Arabic script." documentation = "https://docs.rs/ar-reshaper" readme = "README.md" keywords = [ "arabic", "persian", "turkish", "reshape", "no-std", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/YouKnow-sys/ar-reshaper" [[example]] name = "reshape_line" path = "examples/reshape_line.rs" [[example]] name = "reshape_lines" path = "examples/reshape_lines.rs" [[example]] name = "reshape_iterator" path = "examples/reshape_iterator.rs" [[example]] name = "custom_config" path = "examples/custom_config.rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.ttf-parser] version = "0.20" optional = true [features] default = []