mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
- Remove dependencies from Cargo.toml files that are not used. - Move dependencies directly referencing crates.io from crate level Cargo.toml to the workspace Cargo.toml. - Fix using RemoteClient in WASM: AdaptiveConcurrencyController uses `tokio::time::Instant` which wraps `std::time::Instant` and is not available in WASM. - Add [cargo-machete](https://github.com/bnjbvr/cargo-machete) to CI to check unused dependencies. No functionality change.