{
  "cksum": "24eeafd893124f29183dd6afa9137a27e7bef59250223b8b660005279c60aea4",
  "crate_file": "refinery-core-0.9.2.crate",
  "crate_url": "https://static.crates.io/crates/refinery-core/refinery-core-0.9.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "async-await"
      ],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "minimal"
      ],
      "kind": "normal",
      "name": "mysql",
      "optional": true,
      "req": ">=21.0.0, <=28",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "minimal"
      ],
      "kind": "normal",
      "name": "mysql_async",
      "optional": true,
      "req": ">=0.28, <=0.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "native-tls",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "postgres",
      "optional": true,
      "req": ">=0.17, <=0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "postgres-native-tls",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rusqlite",
      "optional": true,
      "req": ">=0.23, <=0.39",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-native-certs",
      "optional": true,
      "req": "^0.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": "siphasher",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tiberius",
      "optional": true,
      "req": ">=0.7, <=0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "parsing",
        "formatting"
      ],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-postgres",
      "optional": true,
      "req": ">=0.5, <=0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-postgres-rustls",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "compat"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": true,
      "req": "^1.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "walkdir",
      "optional": false,
      "req": "^2.3.1",
      "target": null
    }
  ],
  "features": {
    "config": [],
    "default": [],
    "int8-versions": []
  },
  "features2": {
    "mysql_async": [
      "dep:mysql_async",
      "config"
    ],
    "postgres": [
      "dep:postgres"
    ],
    "postgres-tls": [
      "postgres",
      "dep:postgres-native-tls",
      "tls",
      "config"
    ],
    "rusqlite": [
      "dep:rusqlite",
      "config"
    ],
    "rusqlite-bundled": [
      "rusqlite",
      "rusqlite/bundled",
      "config"
    ],
    "serde": [
      "dep:serde",
      "time/serde"
    ],
    "tiberius": [
      "dep:tiberius",
      "dep:futures",
      "dep:tokio",
      "tokio/net"
    ],
    "tiberius-config": [
      "tiberius",
      "dep:tokio-util",
      "dep:serde",
      "config"
    ],
    "tls": [
      "dep:native-tls"
    ],
    "tokio-postgres": [
      "dep:tokio-postgres",
      "dep:tokio",
      "tokio/rt"
    ],
    "tokio-postgres-rustls": [
      "dep:tokio-postgres-rustls",
      "dep:rustls",
      "dep:rustls-native-certs",
      "tokio-postgres",
      "config"
    ],
    "tokio-postgres-tls": [
      "tokio-postgres",
      "postgres-tls",
      "config"
    ],
    "toml": [
      "serde",
      "dep:toml"
    ]
  },
  "index_path": "re/fi/refinery-core",
  "name": "refinery-core",
  "pubtime": "2026-06-10T18:22:58Z",
  "v": 2,
  "vers": "0.9.2",
  "yanked": false
}
