aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
blob: 88a26ce9ab0f7f69da4f64dd33097ac43c635852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "features": [
    "ahash",
    "default",
    "inline-more",
    "raw"
  ],
  "package": {
    "hashbrown": {
      "dep_blocklist": [
        "libdoc_comment"
      ]
    }
  },
  "tests": true
}