-
- Downloads
Reduce work in cache
Showing
- Cargo.lock 6 additions, 15 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- README.md 1 addition, 1 deletionREADME.md
- src/deserialize/cache.rs 5 additions, 7 deletionssrc/deserialize/cache.rs
- src/deserialize/decode.rs 7 additions, 7 deletionssrc/deserialize/decode.rs
- src/typeref.rs 2 additions, 2 deletionssrc/typeref.rs
... | ... | @@ -60,7 +60,7 @@ |
serde = { version = "1", default_features = false } | ||
serde_json = { path = "./json", default_features = false, features = ["std"] } | ||
smallvec = { version = "1", default_features = false, features = ["const_generics", "union", "specialization", "write"] } | ||
wyhash = { version = "0.4" } | ||
wy = { version = "1" } | ||
[target.'cfg(not(any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "i686", target_arch = "armv7")))'.dependencies] | ||
encoding_rs = { path = "./encoding_rs", default_features = false } | ||
... | ... |
Please register or sign in to comment