Bug 1899500 - Implement explicit resource management in Baseline compiler. r=arai
[gecko.git] / third_party / rust / unicase / Cargo.toml
blobd823e925a3b5b9b5076da2fbbba6f789e51e68dd
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 name = "unicase"
15 version = "2.6.0"
16 authors = ["Sean McArthur <sean@seanmonstar.com>"]
17 build = "build.rs"
18 exclude = ["scripts/*"]
19 description = "A case-insensitive wrapper around strings."
20 documentation = "https://docs.rs/unicase"
21 readme = "README.md"
22 keywords = ["lowercase", "case", "case-insensitive", "case-folding", "no_std"]
23 categories = ["internationalization", "text-processing", "no-std"]
24 license = "MIT/Apache-2.0"
25 repository = "https://github.com/seanmonstar/unicase"
26 [build-dependencies.version_check]
27 version = "0.9"
29 [features]
30 nightly = []