# 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 = "encoding_rs_transcode" version = "0.8.3" include = [ "src/**/*", "LICENSE", "README.md", ] description = "Transcode text within writers using encoding_rs" readme = "README.md" keywords = [ "encoding", "transcode", "unicode", "charset", "write", ] categories = [ "text-processing", "encoding", "internationalization", ] license = "MIT" repository = "https://github.com/VincentFoulon80/encoding_rs_transcode" [dependencies.encoding_rs] version = "0.8"