# 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 = "plsfix" version = "0.1.7" description = "Text cleaner upper" readme = "README.md" license = "MIT" repository = "https://github.com/kevinhu/plsfix" [profile.release] debug = 2 [dependencies.encoding] version = "0.2.33" [dependencies.encoding_rs] version = "0.8.33" [dependencies.fancy-regex] version = "0.12.0" [dependencies.html-escape] version = "0.2.13" [dependencies.icu] version = "1.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.oem_cp] version = "2.0.0" features = ["alloc"] [dependencies.regex] version = "1.10.2" [dependencies.rustc-hash] version = "1.1.0" [dependencies.unicode-normalization] version = "0.1.22" default-features = false [dev-dependencies.pretty_assertions] version = "0.4.0"