{
  "cksum": "cd13d503b5fe6438d7ae80cba82ad43bf1e090e4f0d0f47da0c3e9bf4822ea89",
  "crate_file": "centaurus-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/centaurus/centaurus-0.3.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.5.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "multipart",
        "macros",
        "ws",
        "tracing"
      ],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "typed-header",
        "cookie"
      ],
      "kind": "normal",
      "name": "axum-extra",
      "optional": true,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "centaurus-derive",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.42",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "color-eyre",
      "optional": true,
      "req": "^0.6.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "eyre",
      "optional": true,
      "req": "^0.6.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^1.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rust_crypto"
      ],
      "kind": "normal",
      "name": "jsonwebtoken",
      "optional": true,
      "req": "^10.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http2",
        "system-proxy",
        "charset",
        "rustls-tls"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "^0.9.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sqlx-postgres",
        "runtime-tokio-rustls"
      ],
      "kind": "normal",
      "name": "sea-orm",
      "optional": true,
      "req": "^1.1.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-xml-rs",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.145",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": true,
      "req": "^2.0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.47.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "trace",
        "cors"
      ],
      "kind": "normal",
      "name": "tower-http",
      "optional": true,
      "req": "^0.6.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1.41",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-error",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "=0.3.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.18.1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "all": [
      "logging",
      "axum",
      "argon2",
      "base64",
      "chrono",
      "hmac",
      "http",
      "jsonwebtoken",
      "rsa",
      "sea-orm",
      "tokio",
      "uuid",
      "reqwest"
    ],
    "argon2": [
      "dep:argon2"
    ],
    "axum": [
      "http",
      "tokio",
      "dep:axum",
      "dep:tower-http",
      "dep:tower",
      "dep:axum-extra",
      "dep:eyre",
      "dep:serde-xml-rs",
      "dep:serde_json",
      "dep:serde",
      "dep:thiserror"
    ],
    "base64": [
      "dep:base64"
    ],
    "chrono": [
      "dep:chrono"
    ],
    "default": [
      "axum",
      "logging"
    ],
    "hmac": [
      "dep:hmac"
    ],
    "http": [
      "dep:http"
    ],
    "jsonwebtoken": [
      "dep:jsonwebtoken"
    ],
    "logging": [
      "dep:color-eyre",
      "dep:tracing-error",
      "dep:tracing-subscriber",
      "dep:tracing"
    ],
    "reqwest": [
      "dep:reqwest"
    ],
    "rsa": [
      "dep:rsa"
    ],
    "sea-orm": [
      "dep:sea-orm"
    ],
    "tokio": [
      "dep:tokio"
    ],
    "uuid": [
      "dep:uuid"
    ]
  },
  "index_path": "ce/nt/centaurus",
  "name": "centaurus",
  "pubtime": "2025-10-10T22:30:29Z",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
