You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
795 B
27 lines
795 B
--- encoding_rs-0.8.26/Cargo.toml 2020-11-02T14:25:34+00:00
|
|
+++ encoding_rs-0.8.26/Cargo.toml 2020-11-05T21:43:51.103979+00:00
|
|
@@ -23,15 +23,11 @@
|
|
categories = ["text-processing", "encoding", "web-programming", "internationalization"]
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/hsivonen/encoding_rs"
|
|
+exclude = ["/generate-encoding-data.py"]
|
|
[profile.release]
|
|
lto = true
|
|
[dependencies.cfg-if]
|
|
version = "1.0"
|
|
-
|
|
-[dependencies.packed_simd]
|
|
-version = "0.3.4"
|
|
-optional = true
|
|
-package = "packed_simd_2"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
@@ -55,6 +51,5 @@
|
|
less-slow-big5-hanzi-encode = []
|
|
less-slow-gb-hanzi-encode = []
|
|
less-slow-kanji-encode = []
|
|
-simd-accel = ["packed_simd", "packed_simd/into_bits"]
|
|
[badges.travis-ci]
|
|
repository = "hsivonen/encoding_rs"
|