Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
|
40ef9527c1 | 4 months ago |
|
d7ef735d1e | 7 months ago |
|
dcd795de9f | 11 months ago |
|
522af7ffa3 | 1 year ago |
@ -1,34 +1,31 @@
|
||||
--- 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 @@
|
||||
--- encoding_rs-0.8.35/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ encoding_rs-0.8.35/Cargo.toml 2024-11-07T17:36:18.359884+00:00
|
||||
@@ -38,6 +38,12 @@
|
||||
]
|
||||
license = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
|
||||
repository = "https://github.com/hsivonen/encoding_rs"
|
||||
+exclude = [
|
||||
+ "/generate-encoding-data.py",
|
||||
+ "/ci/",
|
||||
+ "/doc/",
|
||||
+ "/*.py",
|
||||
+ "/rustfmt.toml",
|
||||
+]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[dependencies.cfg-if]
|
||||
version = "1.0"
|
||||
@@ -45,10 +51,6 @@
|
||||
[lib]
|
||||
name = "encoding_rs"
|
||||
path = "src/lib.rs"
|
||||
-
|
||||
-[dependencies.packed_simd]
|
||||
-version = "0.3.9"
|
||||
-[dependencies.any_all_workaround]
|
||||
-version = "0.1.0"
|
||||
-optional = true
|
||||
|
||||
[dependencies.serde]
|
||||
[dependencies.cfg-if]
|
||||
version = "1.0"
|
||||
@@ -74,10 +74,6 @@
|
||||
@@ -84,4 +86,3 @@
|
||||
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"
|
||||
-simd-accel = ["any_all_workaround"]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (encoding_rs-0.8.33.crate) = 20d28a4c0ff0710f911f510be56c2bc5e7514b76d370493d2b89b7f25d1c0cd46ffa64862e54fc472f07f928a2cc24cf9d790a37751cafafc81f263705aac4bc
|
||||
SHA512 (encoding_rs-0.8.35.crate) = 4b55b53553c5cb6fe05ae81d1c6f3b0bab73ecd3d426b15c58b9de9ea8dd61617bf0bb2e6d3ae2514c7cb6e73019b1a083173d1423b3ece2d190770c597114c4
|
||||
|
Loading…
Reference in new issue