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.
28 lines
765 B
28 lines
765 B
--- encoding_rs-0.8.11/Cargo.toml 1969-12-31T16:00:00-08:00
|
|
+++ encoding_rs-0.8.11/Cargo.toml 2018-11-16T10:43:43.010025-08:00
|
|
@@ -22,6 +22,7 @@
|
|
categories = ["text-processing", "encoding", "web-programming", "internationalization"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/hsivonen/encoding_rs"
|
|
+exclude = ["/generate-encoding-data.py"]
|
|
[profile.release]
|
|
lto = true
|
|
[dependencies.cfg-if]
|
|
@@ -31,9 +32,6 @@
|
|
version = "1.0"
|
|
optional = true
|
|
|
|
-[dependencies.simd]
|
|
-version = "0.2.3"
|
|
-optional = true
|
|
[dev-dependencies.bincode]
|
|
version = "0.8"
|
|
|
|
@@ -53,6 +51,5 @@
|
|
less-slow-big5-hanzi-encode = []
|
|
less-slow-gb-hanzi-encode = []
|
|
less-slow-kanji-encode = []
|
|
-simd-accel = ["simd"]
|
|
[badges.travis-ci]
|
|
repository = "hsivonen/encoding_rs"
|