]> git.proxmox.com Git - rustc.git/blob - vendor/unicode-bidi/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / vendor / unicode-bidi / Cargo.toml
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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "unicode-bidi"
16 version = "0.3.6"
17 authors = ["The Servo Project Developers"]
18 exclude = ["benches/**", "data/**", "examples/**", "tests/**", "tools/**"]
19 description = "Implementation of the Unicode Bidirectional Algorithm"
20 documentation = "https://docs.rs/unicode-bidi/"
21 readme = "README.md"
22 keywords = ["rtl", "unicode", "text", "layout", "bidi"]
23 categories = ["no-std", "encoding", "text-processing"]
24 license = "MIT / Apache-2.0"
25 repository = "https://github.com/servo/unicode-bidi"
26
27 [lib]
28 name = "unicode_bidi"
29 [dependencies.flame]
30 version = "0.2"
31 optional = true
32
33 [dependencies.flamer]
34 version = "0.4"
35 optional = true
36
37 [dependencies.serde]
38 version = ">=0.8, <2.0"
39 features = ["derive"]
40 optional = true
41 default-features = false
42 [dev-dependencies.serde_test]
43 version = ">=0.8, <2.0"
44
45 [features]
46 bench_it = []
47 default = ["std"]
48 flame_it = ["flame", "flamer"]
49 std = []
50 unstable = []
51 with_serde = ["serde"]
52 [badges.appveyor]
53 repository = "servo/unicode-bidi"
54
55 [badges.travis-ci]
56 repository = "servo/unicode-bidi"