# 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-next" version = "0.3.0" exclude = [ "/src/index/*", "/Makefile", ] description = "Character encoding support for Rust" homepage = "https://github.com/alexschrod/encoding-next" readme = "README.md" keywords = [ "encoding", "unicode", "charset", ] license = "MIT" repository = "https://github.com/alexschrod/encoding-next" resolver = "2" [profile.test] opt-level = 1 [lib] name = "encoding" [dependencies.encoding-next-index-japanese] version = "~1.20180106.0" [dependencies.encoding-next-index-korean] version = "~1.20180106.0" [dependencies.encoding-next-index-simpchinese] version = "~1.20180106.0" [dependencies.encoding-next-index-singlebyte] version = "~1.20180106.0" [dependencies.encoding-next-index-tradchinese] version = "~1.20180106.0" [dependencies.encoding-next-types] version = "0.2" [dev-dependencies.getopts] version = "0.2.21" [features] no-optimized-legacy-encoding = [ "encoding-next-index-singlebyte/no-optimized-legacy-encoding", "encoding-next-index-korean/no-optimized-legacy-encoding", "encoding-next-index-japanese/no-optimized-legacy-encoding", "encoding-next-index-simpchinese/no-optimized-legacy-encoding", "encoding-next-index-tradchinese/no-optimized-legacy-encoding", ]