# 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 = "charset-normalizer-rs" version = "1.0.6" authors = ["Nikolay Yarovoy "] exclude = [ "/src/tests/data/**", "/CONTRIBUTING.md", "/CODE_OF_CONDUCT.md", "/.github/**", ".gitattributes", ] description = "Truly universal encoding detector in pure Rust - port of Python version" documentation = "https://docs.rs/charset-normalizer-rs" readme = "README.md" keywords = [ "encoding", "charset", "detector", "conversion", "normalizer", ] categories = [ "encoding", "internationalization", "localization", ] license-file = "LICENSE" repository = "https://github.com/nickspring/charset-normalizer-rs" [[bin]] name = "performance" path = "src/performance.rs" required-features = ["performance"] [[bin]] name = "normalizer" path = "src/normalizer.rs" [[bench]] name = "large_payload" harness = false [[bench]] name = "large_datasets" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.cached] version = "0.46.0" [dependencies.chardet] version = "0.2.4" optional = true [dependencies.chardetng] version = "0.1.17" optional = true [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.counter] version = "0.5.7" [dependencies.dialoguer] version = "0.10.4" [dependencies.encoding] version = "0.2.33" [dependencies.env_logger] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.ordered-float] version = "3.9.1" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.strsim] version = "0.10.0" [dependencies.unic] version = "0.9.0" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.predicates] version = "3.0.3" [features] performance = [ "chardet", "chardetng", ]