{
  "cksum": "b7b82da2e58b3a2fea13dbfcd42eb446dd328ebf13fb8118d41271222b25194d",
  "crate_file": "soma-infra-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/soma-infra/soma-infra-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http1",
        "tokio"
      ],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hkdf",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mime_guess",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "object_store",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sqlx"
      ],
      "kind": "normal",
      "name": "pgvector",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "tokio-comp",
        "aio",
        "connection-manager"
      ],
      "kind": "normal",
      "name": "redis",
      "optional": true,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rustls-tls",
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rust-embed",
      "optional": true,
      "req": "^8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "runtime-tokio",
        "tls-rustls",
        "postgres",
        "uuid",
        "json",
        "derive"
      ],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "runtime-tokio",
        "tls-rustls",
        "postgres"
      ],
      "kind": "dev",
      "name": "sqlx",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "rt-multi-thread",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "macros"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter",
        "fmt",
        "json"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "cache": [
      "dep:redis",
      "dep:thiserror",
      "dep:tokio"
    ],
    "config": [
      "dep:thiserror"
    ],
    "crypto": [
      "dep:aes-gcm",
      "dep:argon2",
      "dep:zeroize",
      "dep:thiserror",
      "dep:hkdf",
      "dep:hmac",
      "dep:sha2"
    ],
    "db": [
      "dep:sqlx",
      "dep:tokio",
      "dep:thiserror"
    ],
    "default": [
      "db",
      "tracing"
    ],
    "errors": [
      "dep:sqlx"
    ],
    "http": [
      "dep:reqwest"
    ],
    "kg": [
      "dep:sqlx",
      "dep:pgvector",
      "dep:serde_json",
      "dep:uuid",
      "dep:thiserror"
    ],
    "llm": [
      "dep:reqwest",
      "dep:serde",
      "dep:serde_json",
      "dep:thiserror",
      "dep:tokio"
    ],
    "signal": [
      "dep:tokio",
      "tokio/signal"
    ],
    "storage-azure": [
      "dep:object_store",
      "object_store/azure",
      "dep:bytes",
      "dep:thiserror"
    ],
    "storage-s3": [
      "dep:object_store",
      "object_store/aws",
      "dep:bytes",
      "dep:thiserror"
    ],
    "testing": [
      "db",
      "dep:uuid"
    ],
    "tracing": [
      "dep:tracing",
      "dep:tracing-subscriber"
    ],
    "web": [
      "dep:axum",
      "dep:rust-embed",
      "dep:mime_guess",
      "dep:tokio",
      "tokio/net",
      "signal"
    ]
  },
  "index_path": "so/ma/soma-infra",
  "name": "soma-infra",
  "pubtime": "2026-06-28T04:56:14Z",
  "rust_version": "1.82",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
