• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
13name = "unicode-width"
14version = "0.1.9"
15authors = ["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"]
43