| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2021" |
| rust-version = "1.56" |
| name = "utf8-width" |
| version = "0.1.7" |
| authors = ["Magic Len <[email protected]>"] |
| include = [ |
| "src/**/*", |
| "Cargo.toml", |
| "README.md", |
| "LICENSE", |
| "benches/bench.rs", |
| ] |
| description = "To determine the width of a UTF-8 character by providing its first byte." |
| homepage = "https://magiclen.org/utf8-width" |
| readme = "README.md" |
| keywords = [ |
| "utf-8", |
| "width", |
| "length", |
| "character", |
| ] |
| categories = [ |
| "no-std", |
| "encoding", |
| ] |
| license = "MIT" |
| repository = "https://github.com/magiclen/utf8-width" |
| |
| [[bench]] |
| name = "bench" |
| harness = false |
| |
| [dependencies] |
| |
| [dev-dependencies.bencher] |
| version = "0.1.5" |