{
  "cksum": "f8aed3a777ebcd0c7738108e845b7d9dbceeded6fba37ff027676148cd1f2eff",
  "crate_file": "common_x-0.3.4.crate",
  "crate_url": "https://static.crates.io/crates/common_x/common_x-0.3.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake3",
      "optional": true,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "color-eyre",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "config",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flume",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lettre",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "notify",
      "optional": true,
      "req": "^6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_chacha",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "pem",
        "x509-parser"
      ],
      "kind": "normal",
      "name": "rcgen",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ron",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "dangerous_configuration"
      ],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "oapi"
      ],
      "kind": "normal",
      "name": "salvo",
      "optional": true,
      "req": "^0.63",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "signal",
        "macros",
        "fs",
        "io-util",
        "rt-multi-thread"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-appender",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "config": [
      "dep:async-trait",
      "dep:config",
      "dep:notify",
      "dep:parking_lot",
      "dep:reqwest"
    ],
    "default": [
      "full"
    ],
    "file": [
      "dep:tokio"
    ],
    "full": [
      "tls",
      "config",
      "file",
      "graceful",
      "hasher",
      "log",
      "mailer",
      "rand",
      "restful",
      "ron",
      "toml",
      "time",
      "signal"
    ],
    "graceful": [
      "dep:flume"
    ],
    "hasher": [
      "dep:blake3"
    ],
    "log": [
      "dep:chrono",
      "dep:tracing-appender",
      "dep:tracing-subscriber"
    ],
    "mailer": [
      "dep:lettre"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_chacha"
    ],
    "restful": [
      "dep:salvo",
      "dep:serde_json",
      "dep:tokio"
    ],
    "ron": [
      "dep:ron"
    ],
    "signal": [
      "dep:tokio"
    ],
    "time": [
      "dep:chrono"
    ],
    "tls": [
      "file",
      "dep:rcgen",
      "dep:rustls",
      "dep:rustls-pemfile"
    ],
    "toml": [
      "dep:toml"
    ]
  },
  "index_path": "co/mm/common_x",
  "name": "common_x",
  "pubtime": "2024-01-03T06:08:30Z",
  "v": 2,
  "vers": "0.3.4",
  "yanked": false
}
