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.
35 lines
753 B
35 lines
753 B
--- encoding_rs-0.8.33/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ encoding_rs-0.8.33/Cargo.toml 2023-08-27T11:41:53.824286+00:00
|
|
@@ -32,16 +32,16 @@
|
|
]
|
|
license = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
|
|
repository = "https://github.com/hsivonen/encoding_rs"
|
|
+exclude = [
|
|
+ "/generate-encoding-data.py",
|
|
+ "/rustfmt.toml",
|
|
+]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[dependencies.cfg-if]
|
|
version = "1.0"
|
|
-
|
|
-[dependencies.packed_simd]
|
|
-version = "0.3.9"
|
|
-optional = true
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
@@ -74,10 +74,6 @@
|
|
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"
|