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