# 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" name = "print-positions" version = "0.6.1" authors = ["Bob Hyman"] description = """ A library providing string segmentation on grapheme clusters and ANSI escape sequences for accurate length arithmetic based on visible print positions. """ documentation = "https://docs.rs/print-positions" readme = "README.md" keywords = [ "text", "unicode", "grapheme", "ansi", "escape-sequence", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bobhy/print-positions" [dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.anyhow] version = "1.0.69"