fix: simplify dependency features in cargo.toml (#1363)

This commit is contained in:
Myriad-Dreamin 2025-02-21 18:42:38 +08:00 committed by GitHub
parent 98bdd3c788
commit 5c56ade2c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,12 +70,12 @@ full = ["web", "rkyv", "typst"]
typst = ["dep:typst", "dep:typst-shim"]
rkyv = ["dep:rkyv", "rkyv/alloc", "rkyv/archive_le"]
rkyv-validation = ["dep:rkyv", "rkyv/validation"]
rkyv = ["rkyv/alloc", "rkyv/archive_le"]
rkyv-validation = ["rkyv/validation"]
__web = ["dep:wasm-bindgen", "dep:js-sys"]
__web = ["wasm-bindgen", "js-sys"]
web = ["__web"]
system = ["dep:tempfile", "dep:same-file"]
system = ["tempfile", "same-file"]
bi-hash = []
[lints]