• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.7"
16authors = ["The Servo Project Developers"]
17exclude = ["benches/**", "data/**", "examples/**", "tests/**", "tools/**"]
18description = "Implementation of the Unicode Bidirectional Algorithm"
19documentation = "https://docs.rs/unicode-bidi/"
20readme = "README.md"
21keywords = ["rtl", "unicode", "text", "layout", "bidi"]
22categories = ["no-std", "encoding", "text-processing"]
23license = "MIT / Apache-2.0"
24repository = "https://github.com/servo/unicode-bidi"
25
26[lib]
27name = "unicode_bidi"
28[dependencies.flame]
29version = "0.2"
30optional = true
31
32[dependencies.flamer]
33version = "0.4"
34optional = true
35
36[dependencies.serde]
37version = ">=0.8, <2.0"
38features = ["derive"]
39optional = true
40default-features = false
41[dev-dependencies.serde_test]
42version = ">=0.8, <2.0"
43
44[features]
45bench_it = []
46default = ["std"]
47flame_it = ["flame", "flamer"]
48std = []
49unstable = []
50with_serde = ["serde"]
51[badges.appveyor]
52repository = "servo/unicode-bidi"
53
54[badges.travis-ci]
55repository = "servo/unicode-bidi"
56