File: debcargo.toml

package info (click to toggle)
rust-actix-http 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,344 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
overlay = "."
uploaders = ["kpcyrd <git@rxv.cc>"]
collapse_features = true

# building with just the __compress feature fails, since this is clearly intended
# as an internal only feature we can tolerate this.
[packages."lib+__compress"]
test_is_broken = true

[packages."lib+compress-brotli"]
test_is_broken = false

[packages."lib+compress-gzip"]
test_is_broken = true

[packages."lib+compress-zstd"]
test_is_broken = true

[packages.lib]
test_architecture = ["!riscv64"]

[packages."lib+default"]
test_architecture = []