{
  "cksum": "a3c045510f2bb9163142402bae2ca0c3d89b460f1c32d18d3ae38d741a4b9ebe",
  "crate_file": "mediaschema-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/mediaschema/mediaschema-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "chrono-0_4"
      ],
      "kind": "normal",
      "name": "bson",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "buffa",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "buffa",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "buffa-types",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "display",
        "is_variant",
        "unwrap",
        "try_unwrap"
      ],
      "kind": "normal",
      "name": "derive_more",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "jiff",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mediaframe",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "mediaframe",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "buffa"
      ],
      "kind": "normal",
      "name": "mediatime",
      "optional": false,
      "req": "^0.1.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "buffa"
      ],
      "kind": "dev",
      "name": "mediatime",
      "optional": false,
      "req": "^0.1.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "compat-3-3-0",
        "bson-3",
        "rustls-tls",
        "dns-resolver"
      ],
      "kind": "normal",
      "name": "mongodb",
      "optional": true,
      "req": "^3",
      "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": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "smol_str",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "default"
      ],
      "kind": "dev",
      "name": "smol_str",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "runtime-tokio",
        "macros"
      ],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "audio": [],
    "subtitle": [],
    "video": []
  },
  "features2": {
    "alloc": [
      "dep:smol_str",
      "dep:bytes",
      "mediaframe/alloc"
    ],
    "arbitrary": [
      "std",
      "buffa",
      "dep:arbitrary",
      "buffa?/arbitrary",
      "buffa-types?/arbitrary",
      "mediatime/arbitrary"
    ],
    "buffa": [
      "dep:buffa",
      "dep:buffa-types",
      "mediaframe?/buffa"
    ],
    "default": [
      "std",
      "video",
      "audio",
      "subtitle"
    ],
    "json": [
      "std",
      "buffa",
      "dep:serde",
      "dep:serde_json",
      "buffa?/json",
      "buffa-types?/json",
      "mediatime/serde"
    ],
    "mongodb": [
      "std",
      "json",
      "dep:mongodb",
      "dep:bson"
    ],
    "sqlx-mysql": [
      "std",
      "dep:sqlx",
      "dep:sha2",
      "sqlx/mysql",
      "sqlx/uuid"
    ],
    "sqlx-postgres": [
      "std",
      "dep:sqlx",
      "sqlx/postgres",
      "sqlx/uuid"
    ],
    "sqlx-sqlite": [
      "std",
      "dep:sqlx",
      "sqlx/sqlite",
      "sqlx/uuid"
    ],
    "std": [
      "dep:smol_str",
      "smol_str/default",
      "dep:bytes",
      "uuid/default",
      "uuid/v7",
      "buffa?/default",
      "buffa-types?/default",
      "mediaframe/std"
    ]
  },
  "index_path": "me/di/mediaschema",
  "name": "mediaschema",
  "pubtime": "2026-05-27T02:13:16Z",
  "rust_version": "1.95",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
