{
  "cksum": "ee9ecdf0160d687293d6ac8d4824b1858a4b5097a2defda05a66c340b40f3e42",
  "crate_file": "aerosocket-server-0.1.2.crate",
  "crate_url": "https://static.crates.io/crates/aerosocket-server/aerosocket-server-0.1.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aerosocket-core",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aerosocket-transport-tcp",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aerosocket-transport-tls",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "metrics",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prometheus",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full",
        "io-util",
        "net",
        "time",
        "sync"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.35",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.35",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-rustls",
      "optional": true,
      "req": "^0.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-test",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "compression": [],
    "logging": [
      "tracing",
      "tracing-subscriber"
    ],
    "serde": [
      "aerosocket-core/serde"
    ],
    "tcp-transport": [
      "aerosocket-transport-tcp"
    ]
  },
  "features2": {
    "async-std": [
      "dep:async-std",
      "aerosocket-transport-tcp/async-std"
    ],
    "default": [
      "tokio",
      "tcp-transport"
    ],
    "full": [
      "tokio",
      "tcp-transport",
      "tls-transport",
      "compression",
      "metrics",
      "serde",
      "logging"
    ],
    "metrics": [
      "dep:metrics"
    ],
    "prometheus": [
      "metrics",
      "dep:prometheus"
    ],
    "tls-transport": [
      "dep:tokio-rustls",
      "dep:rustls",
      "dep:rustls-pemfile"
    ],
    "tokio": [
      "dep:tokio",
      "aerosocket-transport-tcp/tokio"
    ]
  },
  "index_path": "ae/ro/aerosocket-server",
  "name": "aerosocket-server",
  "pubtime": "2025-11-30T03:20:25Z",
  "rust_version": "1.70",
  "v": 2,
  "vers": "0.1.2",
  "yanked": false
}
