{
  "cksum": "8df50bdae2761f90a0f40ca79569c6aaaf8e705e3108b4dae612df70a291d9f7",
  "crate_file": "deeplx-1.3.3.crate",
  "crate_url": "https://static.crates.io/crates/deeplx/deeplx-1.3.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "tracing",
        "macros"
      ],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "typed-header"
      ],
      "kind": "normal",
      "name": "axum-extra",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "env"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^4.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ini",
        "json",
        "yaml",
        "toml",
        "ron",
        "json5"
      ],
      "kind": "normal",
      "name": "config",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glob",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "isolang",
      "optional": false,
      "req": "^2.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "lazy_static",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mimalloc",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify",
      "optional": true,
      "req": "^8.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "gzip",
        "brotli",
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rpmalloc",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "gzip",
        "brotli",
        "json"
      ],
      "kind": "normal",
      "name": "rquest",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snmalloc-rs",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tikv-jemallocator",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "trace"
      ],
      "kind": "normal",
      "name": "tower-http",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "whatlang",
      "optional": false,
      "req": "^0.16",
      "target": null
    }
  ],
  "features": {
    "proxy": []
  },
  "features2": {
    "default": [
      "proxy",
      "server",
      "mimalloc"
    ],
    "impersonate": [
      "dep:rquest"
    ],
    "mimalloc": [
      "dep:mimalloc"
    ],
    "rpmalloc": [
      "dep:rpmalloc"
    ],
    "server": [
      "dep:thiserror",
      "dep:clap",
      "dep:glob",
      "dep:notify",
      "dep:config",
      "dep:tracing",
      "dep:tracing-subscriber",
      "dep:tokio",
      "dep:tower-http",
      "dep:axum",
      "dep:axum-extra"
    ],
    "snmalloc": [
      "dep:snmalloc-rs"
    ],
    "tikv-jemallocator": [
      "dep:tikv-jemallocator"
    ]
  },
  "index_path": "de/ep/deeplx",
  "name": "deeplx",
  "pubtime": "2025-02-02T04:42:12Z",
  "v": 2,
  "vers": "1.3.3",
  "yanked": false
}
