{
  "cksum": "50060d74f38e4fb93c6465cd24dc293f8a545f4c4758b8ebcdb547e642c4cd34",
  "crate_file": "arti-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/arti/arti-0.3.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "arti-client",
      "optional": false,
      "package": "arti-client",
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arti-config",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-ctrlc",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^2.33.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "toml"
      ],
      "kind": "normal",
      "name": "config",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "derive_builder",
      "optional": false,
      "package": "derive_builder_fork_arti",
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify",
      "optional": false,
      "req": "^4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlimit",
      "optional": false,
      "req": "^0.8.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "safelog",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.103",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "signal"
      ],
      "kind": "normal",
      "name": "tokio-crate",
      "optional": true,
      "package": "tokio",
      "req": "^1.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tor-config",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tor-error",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tor-rtcompat",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tor-socksproto",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-appender",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-journald",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "trust-dns-proto",
      "optional": false,
      "req": "^0.21.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "winerror"
      ],
      "kind": "normal",
      "name": "winapi",
      "optional": false,
      "req": "^0.3.8",
      "target": "cfg(windows)"
    }
  ],
  "features": {
    "async-std": [
      "arti-client/async-std",
      "tor-rtcompat/async-std",
      "async-ctrlc",
      "once_cell"
    ],
    "default": [
      "tokio",
      "native-tls"
    ],
    "journald": [
      "tracing-journald"
    ],
    "native-tls": [
      "arti-client/native-tls",
      "tor-rtcompat/native-tls"
    ],
    "rustls": [
      "arti-client/rustls",
      "tor-rtcompat/rustls"
    ],
    "static": [
      "static-sqlite",
      "static-native-tls"
    ],
    "static-native-tls": [
      "arti-client/static-native-tls",
      "native-tls"
    ],
    "static-sqlite": [
      "arti-client/static-sqlite"
    ],
    "tokio": [
      "tokio-crate",
      "arti-client/tokio",
      "tor-rtcompat/tokio"
    ]
  },
  "index_path": "ar/ti/arti",
  "name": "arti",
  "pubtime": "2022-05-06T15:39:27Z",
  "rust_version": "1.56",
  "vers": "0.3.0",
  "yanked": false
}
