1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "encoding_rs"
15version = "0.8.29"
16authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
17description = "A Gecko-oriented implementation of the Encoding Standard"
18homepage = "https://docs.rs/encoding_rs/"
19documentation = "https://docs.rs/encoding_rs/"
20readme = "README.md"
21keywords = ["encoding", "web", "unicode", "charset"]
22categories = ["text-processing", "encoding", "web-programming", "internationalization"]
23license = "Apache-2.0 OR MIT"
24repository = "https://github.com/hsivonen/encoding_rs"
25[profile.release]
26lto = true
27[dependencies.cfg-if]
28version = "1.0"
29
30[dependencies.packed_simd]
31version = "0.3.4"
32optional = true
33package = "packed_simd_2"
34
35[dependencies.serde]
36version = "1.0"
37optional = true
38[dev-dependencies.bincode]
39version = "1.0"
40
41[dev-dependencies.serde_derive]
42version = "1.0"
43
44[dev-dependencies.serde_json]
45version = "1.0"
46
47[features]
48alloc = []
49default = ["alloc"]
50fast-big5-hanzi-encode = []
51fast-gb-hanzi-encode = []
52fast-hangul-encode = []
53fast-hanja-encode = []
54fast-kanji-encode = []
55fast-legacy-encode = ["fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-gb-hanzi-encode", "fast-big5-hanzi-encode"]
56less-slow-big5-hanzi-encode = []
57less-slow-gb-hanzi-encode = []
58less-slow-kanji-encode = []
59simd-accel = ["packed_simd", "packed_simd/into_bits"]
60[badges.travis-ci]
61repository = "hsivonen/encoding_rs"
62