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 = "2021"
14name = "unic-langid-macros"
15version = "0.9.4"
16authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
17include = [
18 "src/**/*",
19 "benches/*.rs",
20 "tests/*.rs",
21 "Cargo.toml",
22 "LICENSE-APACHE",
23 "LICENSE-MIT",
24 "README.md",
25]
26description = "API for managing Unicode Language Identifiers"
27readme = "README.md"
28categories = ["internationalization"]
29license = "MIT OR Apache-2.0"
30repository = "https://github.com/zbraniecki/unic-locale"
31
32[dependencies.proc-macro-hack]
33version = "0.5"
34
35[dependencies.tinystr]
36version = "0.7.0"
37
38[dependencies.unic-langid-impl]
39version = "0.9.4"
40
41[dependencies.unic-langid-macros-impl]
42version = "0.9.4"
43