# 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 = "2018" name = "transcoding_rs" version = "0.1.1" authors = ["kena0ki"] description = "Converts text encoding the easy and efficient way" readme = "README.md" keywords = ["encoding", "unicode", "i18n", "CJK", "reader"] categories = ["encoding", "text-processing", "internationalization"] license = "MIT OR Apache-2.0" repository = "https://github.com/kena0ki/aconv/tree/main/transcoding_rs" [dependencies.chardetng] version = "0.1.14" [dependencies.encoding_rs] version = "0.8.28" features = ["fast-legacy-encode"]