rtl_isolate_fix 0.1.0

Plain-text RTL/LTR technical-token isolation using Unicode bidi isolates (LRI/PDI), with URL/email exclusions.
Documentation
# 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 = "rtl_isolate_fix"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plain-text RTL/LTR technical-token isolation using Unicode bidi isolates (LRI/PDI), with URL/email exclusions."
readme = false
keywords = [
    "rtl",
    "bidi",
    "unicode",
    "persian",
    "arabic",
]
categories = [
    "text-processing",
    "localization",
]
license = "MIT OR Apache-2.0"

[lib]
name = "rtl_isolate_fix"
path = "src/lib.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[dependencies]