A better Rust ATProto crate

further feature gating

Orual d766804e 024990b4

Changed files
+6
crates
jacquard-identity
+1
Cargo.lock
··· 2911 2911 "smallvec", 2912 2912 "tagptr", 2913 2913 "triomphe", 2914 + "web-time", 2914 2915 ] 2915 2916 2916 2917 [[package]]
+5
crates/jacquard-identity/Cargo.toml
··· 43 43 hickory-resolver = { optional = true, version = "0.24", default-features = false, features = ["system-config", "tokio-runtime"]} 44 44 tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } 45 45 46 + 47 + [target.'cfg(target_arch = "wasm32")'.dependencies] 48 + mini-moka = { git = "https://github.com/moka-rs/mini-moka", rev = "da864e849f5d034f32e02197fee9bb5d5af36d3d", features = ["js"] } 49 + 50 + 46 51 [[example]] 47 52 name = "resolve_lexicon" 48 53 path = "../../examples/resolve_lexicon.rs"