blob: 9cb47d54ce816a18bcbf2a2560a34eaf3e61d54a [file] [log] [blame]
Matthew Maurer19837bd2020-06-02 11:15:36 -07001# 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
Joel Galenson1644b852021-09-22 11:26:46 -07006# to registry (e.g., crates.io) dependencies.
Matthew Maurer19837bd2020-06-02 11:15:36 -07007#
Joel Galenson1644b852021-09-22 11:26:46 -07008# 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.
Matthew Maurer19837bd2020-06-02 11:15:36 -070011
12[package]
13name = "unicode-width"
Joel Galenson1644b852021-09-22 11:26:46 -070014version = "0.1.9"
Matthew Maurer19837bd2020-06-02 11:15:36 -070015authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
16exclude = ["target/*", "Cargo.lock"]
17description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n"
18homepage = "https://github.com/unicode-rs/unicode-width"
19documentation = "https://unicode-rs.github.io/unicode-width"
20readme = "README.md"
21keywords = ["text", "width", "unicode"]
22license = "MIT/Apache-2.0"
23repository = "https://github.com/unicode-rs/unicode-width"
24[dependencies.compiler_builtins]
25version = "0.1"
26optional = true
27
28[dependencies.core]
29version = "1.0"
30optional = true
31package = "rustc-std-workspace-core"
32
33[dependencies.std]
34version = "1.0"
35optional = true
36package = "rustc-std-workspace-std"
37
38[features]
39bench = []
40default = []
41no_std = []
42rustc-dep-of-std = ["std", "core", "compiler_builtins"]