]> git.proxmox.com Git - rustc.git/blob - vendor/unicode-script/Cargo.toml
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / unicode-script / 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-script"
16 version = "0.5.3"
17 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
18 exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt"]
19 description = "This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/)\n"
20 homepage = "https://github.com/unicode-rs/unicode-script"
21 documentation = "https://docs.rs/unicode-script"
22 readme = "README.md"
23 keywords = ["text", "unicode", "script", "language"]
24 license = "MIT/Apache-2.0"
25 repository = "https://github.com/unicode-rs/unicode-script"
26 [dependencies.compiler_builtins]
27 version = "0.1"
28 optional = true
29
30 [dependencies.core]
31 version = "1.0"
32 optional = true
33 package = "rustc-std-workspace-core"
34
35 [dependencies.std]
36 version = "1.0"
37 optional = true
38 package = "rustc-std-workspace-std"
39
40 [features]
41 bench = []
42 rustc-dep-of-std = ["std", "core", "compiler_builtins"]