# 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.63" name = "azusa" version = "1.0.1" authors = ["fz6m"] description = "String index transformer for Rust utf8 to JavaScript utf16." homepage = "https://github.com/xn-sakina/azusa" readme = "README.md" keywords = [ "string", "string-index", "javascript", "utf8-to-utf16", ] categories = ["javascript"] license = "MIT" repository = "https://github.com/xn-sakina/azusa" [lib] name = "azusa" [dependencies.unicode-width] version = "0.1.11" [dev-dependencies.aho-corasick] version = "1.1.2"