File: debcargo.toml

package info (click to toggle)
rust-weak-table 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: makefile: 22
file content (20 lines) | stat: -rw-r--r-- 474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
overlay = "."
uploaders = ["Martin <debacle@debian.org>"]
collapse_features = true
summary = "weak hash maps and sets for Rust"
description = """
This crate defines several kinds of weak hash maps and sets.
"""

[packages.lib]
test_is_broken = true
[packages."lib+@"]
test_is_broken = false
[packages."lib+ahash"]
test_is_broken = false
[packages."lib+alloc"]
test_is_broken = true
[packages."lib+default"]
test_is_broken = false
[packages."lib+std"]
test_is_broken = false