tangled
alpha
login
or
join now
nonbinary.computer
/
jacquard
80
fork
atom
A better Rust ATProto crate
80
fork
atom
overview
issues
9
pulls
pipelines
fix a likely issue in api docs building, bump version
Orual
4 months ago
8f90b5b0
98e6912d
1/1
build.yml
success
2min 45s
+12
-12
2 changed files
expand all
collapse all
unified
split
Cargo.lock
crates
jacquard-api
Cargo.toml
+10
-10
Cargo.lock
···
2227
2227
"getrandom 0.2.16",
2228
2228
"http",
2229
2229
"image",
2230
2230
-
"jacquard-api 0.6.0",
2230
2230
+
"jacquard-api 0.6.1",
2231
2231
"jacquard-common 0.6.0",
2232
2232
"jacquard-derive 0.6.0",
2233
2233
"jacquard-identity 0.6.0",
···
2256
2256
[[package]]
2257
2257
name = "jacquard-api"
2258
2258
version = "0.6.0"
2259
2259
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#861d9e86c582939ed1d50201954ef1368a91f9b7"
2259
2260
dependencies = [
2260
2261
"bon",
2261
2262
"bytes",
2262
2262
-
"jacquard-common 0.6.0",
2263
2263
-
"jacquard-derive 0.6.0",
2263
2263
+
"jacquard-common 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2264
2264
+
"jacquard-derive 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2264
2265
"miette",
2265
2266
"serde",
2266
2267
"serde_ipld_dagcbor",
···
2269
2270
2270
2271
[[package]]
2271
2272
name = "jacquard-api"
2272
2272
-
version = "0.6.0"
2273
2273
-
source = "git+https://tangled.org/@nonbinary.computer/jacquard#861d9e86c582939ed1d50201954ef1368a91f9b7"
2273
2273
+
version = "0.6.1"
2274
2274
dependencies = [
2275
2275
"bon",
2276
2276
"bytes",
2277
2277
-
"jacquard-common 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2278
2278
-
"jacquard-derive 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2277
2277
+
"jacquard-common 0.6.0",
2278
2278
+
"jacquard-derive 0.6.0",
2279
2279
"miette",
2280
2280
"serde",
2281
2281
"serde_ipld_dagcbor",
···
2424
2424
"bytes",
2425
2425
"hickory-resolver",
2426
2426
"http",
2427
2427
-
"jacquard-api 0.6.0",
2427
2427
+
"jacquard-api 0.6.1",
2428
2428
"jacquard-common 0.6.0",
2429
2429
"miette",
2430
2430
"n0-future",
···
2449
2449
"bon",
2450
2450
"bytes",
2451
2451
"http",
2452
2452
-
"jacquard-api 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2452
2452
+
"jacquard-api 0.6.0",
2453
2453
"jacquard-common 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2454
2454
"miette",
2455
2455
"percent-encoding",
···
2474
2474
"clap_mangen",
2475
2475
"glob",
2476
2476
"heck 0.5.0",
2477
2477
-
"jacquard-api 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2477
2477
+
"jacquard-api 0.6.0",
2478
2478
"jacquard-common 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2479
2479
"jacquard-identity 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2480
2480
"kdl",
+2
-2
crates/jacquard-api/Cargo.toml
···
2
2
name = "jacquard-api"
3
3
description = "Generated AT Protocol API bindings for Jacquard"
4
4
edition.workspace = true
5
5
-
version = "0.6.0"
5
5
+
version = "0.6.1"
6
6
authors.workspace = true
7
7
repository.workspace = true
8
8
keywords.workspace = true
···
12
12
license.workspace = true
13
13
14
14
[package.metadata.docs.rs]
15
15
-
features = [ "bluesky", "other", "lexicon_community", "ufos" ]
15
15
+
features = [ "bluesky", "other", "lexicon_community", "ufos", "streaming" ]
16
16
17
17
[dependencies]
18
18
bon.workspace = true