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
removing sixel dep for example because it caused problems in CI
Orual
5 months ago
6e787fb1
bde58a55
0/1
build.yml
failed
2min 18s
+2
-27
2 changed files
expand all
collapse all
unified
split
Cargo.lock
crates
jacquard
Cargo.toml
-25
Cargo.lock
···
2753
2753
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2754
2754
2755
2755
[[package]]
2756
2756
-
name = "make-cmd"
2757
2757
-
version = "0.1.0"
2758
2758
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2759
2759
-
checksum = "a8ca8afbe8af1785e09636acb5a41e08a765f5f0340568716c18a8700ba3c0d3"
2760
2760
-
2761
2761
-
[[package]]
2762
2756
name = "malloc_buf"
2763
2757
version = "0.0.6"
2764
2758
source = "registry+https://github.com/rust-lang/crates.io-index"
···
4384
4378
]
4385
4379
4386
4380
[[package]]
4387
4387
-
name = "sixel-rs"
4388
4388
-
version = "0.3.3"
4389
4389
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4390
4390
-
checksum = "cfa95c014543113a192d906e5971d0c8d1e8b4cc1e61026539687a7016644ce5"
4391
4391
-
dependencies = [
4392
4392
-
"sixel-sys",
4393
4393
-
]
4394
4394
-
4395
4395
-
[[package]]
4396
4396
-
name = "sixel-sys"
4397
4397
-
version = "0.3.1"
4398
4398
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4399
4399
-
checksum = "fb46e0cd5569bf910390844174a5a99d52dd40681fff92228d221d9f8bf87dea"
4400
4400
-
dependencies = [
4401
4401
-
"make-cmd",
4402
4402
-
]
4403
4403
-
4404
4404
-
[[package]]
4405
4381
name = "slab"
4406
4382
version = "0.4.11"
4407
4383
source = "registry+https://github.com/rust-lang/crates.io-index"
···
5266
5242
"crossterm",
5267
5243
"image",
5268
5244
"lazy_static",
5269
5269
-
"sixel-rs",
5270
5245
"tempfile",
5271
5246
"termcolor",
5272
5247
]
+2
-2
crates/jacquard/Cargo.toml
···
168
168
clap.workspace = true
169
169
miette = { workspace = true, features = ["fancy"] }
170
170
tokio = { workspace = true, features = ["signal"] }
171
171
-
viuer = { version = "0.9", features = ["print-file", "sixel"] }
171
171
+
viuer = { version = "0.9", features = ["print-file"] }
172
172
tiff = { version = "0.6.0-alpha" }
173
173
image = { version = "0.25" }
174
174
175
175
[package.metadata.docs.rs]
176
176
-
features = ["api_all", "derive", "dns", "loopback"]
176
176
+
features = ["api_all", "derive", "dns", "loopback", "streaming"]