1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "unicode-bidi" 15version = "0.3.15" 16authors = ["The Servo Project Developers"] 17exclude = [ 18 "benches/**", 19 "data/**", 20 "examples/**", 21 "tests/**", 22 "tools/**", 23] 24description = "Implementation of the Unicode Bidirectional Algorithm" 25documentation = "https://docs.rs/unicode-bidi/" 26readme = "README.md" 27keywords = [ 28 "rtl", 29 "unicode", 30 "text", 31 "layout", 32 "bidi", 33] 34categories = [ 35 "no-std", 36 "encoding", 37 "text-processing", 38] 39license = "MIT OR Apache-2.0" 40repository = "https://github.com/servo/unicode-bidi" 41 42[lib] 43name = "unicode_bidi" 44 45[dependencies.flame] 46version = "0.2" 47optional = true 48 49[dependencies.flamer] 50version = "0.4" 51optional = true 52 53[dependencies.serde] 54version = ">=0.8, <2.0" 55features = ["derive"] 56optional = true 57default-features = false 58 59[dev-dependencies.serde_test] 60version = ">=0.8, <2.0" 61 62[features] 63bench_it = [] 64default = [ 65 "std", 66 "hardcoded-data", 67] 68flame_it = [ 69 "flame", 70 "flamer", 71] 72hardcoded-data = [] 73std = [] 74unstable = [] 75with_serde = ["serde"] 76 77[badges.appveyor] 78repository = "servo/unicode-bidi" 79