{
  "cksum": "b07f3adca60eb8ca62adcb4c8cfb2ea47731f72d5b73410da7d1d43eaa076abf",
  "crate_file": "mbedtls-0.7.3.crate",
  "crate_url": "https://static.crates.io/crates/mbedtls/mbedtls-0.7.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bit-vec",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "byteorder",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "cc",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "collections"
      ],
      "kind": "normal",
      "name": "core_io",
      "optional": true,
      "req": "^0.1.20210325",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "libc",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "matches",
      "optional": false,
      "req": "^0.1.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mbedtls-selftest",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "trusted_cert_callback"
      ],
      "kind": "normal",
      "name": "mbedtls-sys-auto",
      "optional": false,
      "req": "^2.28.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-bigint",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rc2",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rs-libc",
      "optional": false,
      "req": "^0.1.0",
      "target": "x86_64-fortanix-unknown-sgx"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_cbor",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": false,
      "req": "^1.0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "spin",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.16.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "num-bigint",
        "bit-vec"
      ],
      "kind": "normal",
      "name": "yasna",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {
    "aesni": [
      "mbedtls-sys-auto/aesni"
    ],
    "async": [
      "std",
      "threading",
      "tokio",
      "tokio/net",
      "tokio/io-util",
      "tokio/macros"
    ],
    "async-rt": [
      "async",
      "tokio/rt"
    ],
    "core-io": [
      "core_io"
    ],
    "custom_gmtime_r": [
      "mbedtls-sys-auto/custom_gmtime_r",
      "chrono"
    ],
    "custom_time": [
      "mbedtls-sys-auto/custom_time",
      "chrono"
    ],
    "default": [
      "std",
      "aesni",
      "time",
      "padlock",
      "legacy_protocols",
      "use_libc"
    ],
    "dsa": [
      "std",
      "yasna",
      "num-bigint",
      "bit-vec"
    ],
    "force_aesni_support": [
      "mbedtls-sys-auto/custom_has_support",
      "mbedtls-sys-auto/aes_alt",
      "aesni"
    ],
    "legacy_protocols": [
      "mbedtls-sys-auto/legacy_protocols"
    ],
    "mpi_force_c_code": [
      "mbedtls-sys-auto/mpi_force_c_code"
    ],
    "padlock": [
      "mbedtls-sys-auto/padlock"
    ],
    "pkcs12": [
      "std",
      "yasna"
    ],
    "pkcs12_rc2": [
      "pkcs12",
      "rc2",
      "cbc"
    ],
    "pthread": [
      "threading",
      "std",
      "mbedtls-sys-auto/pthread"
    ],
    "rdrand": [],
    "rust_threading": [
      "threading",
      "mbedtls-sys-auto/custom_threading",
      "std"
    ],
    "sgx": [
      "std",
      "rust_threading",
      "rdrand",
      "force_aesni_support"
    ],
    "spin_threading": [
      "threading",
      "spin",
      "mbedtls-sys-auto/custom_threading"
    ],
    "std": [
      "mbedtls-sys-auto/std",
      "serde/std",
      "yasna",
      "mbedtls-selftest/std"
    ],
    "threading": [],
    "time": [
      "mbedtls-sys-auto/time"
    ],
    "use_libc": [
      "mbedtls-sys-auto/libc"
    ],
    "zlib": [
      "mbedtls-sys-auto/zlib"
    ]
  },
  "index_path": "mb/ed/mbedtls",
  "name": "mbedtls",
  "pubtime": "2023-04-20T18:24:23Z",
  "vers": "0.7.3",
  "yanked": false
}
