{
  "cksum": "ce6d3aa37d35c8965b068cb940cf5b9711be57fa3b902ada63cb839418e52f44",
  "crate_file": "neva-0.1.3.crate",
  "crate_url": "https://static.crates.io/crates/neva/neva-0.1.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dashmap",
      "optional": false,
      "req": "^6.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "eventsource-client",
      "optional": true,
      "req": "^0.15.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.31",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "inventory",
      "optional": true,
      "req": "^0.3.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memchr",
      "optional": false,
      "req": "^2.7.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "neva_macros",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "signal"
      ],
      "kind": "normal",
      "name": "nix",
      "optional": true,
      "req": "^0.30.0",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1.21.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "stream",
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "schemars",
      "optional": false,
      "req": "^1.0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.219",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.143",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sync",
        "io-std",
        "io-util",
        "rt",
        "time",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.47.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "rt-multi-thread",
        "macros"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.47.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-stream",
      "optional": true,
      "req": "^0.1.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-util",
      "optional": false,
      "req": "^0.7.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1.41",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "fmt",
        "json"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.18.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "di",
        "jwt-auth-full"
      ],
      "kind": "normal",
      "name": "volga",
      "optional": true,
      "req": "^0.6.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "Win32_Foundation",
        "Win32_System_JobObjects",
        "Win32_System_Threading",
        "Win32_Security",
        "Win32_System_Diagnostics",
        "Win32_System_Diagnostics_ToolHelp"
      ],
      "kind": "normal",
      "name": "windows",
      "optional": true,
      "req": "^0.61.1",
      "target": "cfg(target_os = \"windows\")"
    }
  ],
  "features": {
    "default": [],
    "server": [
      "tokio/signal"
    ]
  },
  "features2": {
    "client": [
      "dep:windows",
      "dep:nix",
      "tokio/process",
      "tokio/signal"
    ],
    "client-full": [
      "client-macros",
      "tracing",
      "http-client"
    ],
    "client-macros": [
      "client",
      "macros",
      "neva_macros?/client"
    ],
    "full": [
      "server-full",
      "client-full"
    ],
    "http-client": [
      "client",
      "dep:reqwest",
      "dep:eventsource-client",
      "dep:tokio-stream",
      "dep:once_cell"
    ],
    "http-server": [
      "server",
      "dep:volga",
      "dep:tokio-stream"
    ],
    "macros": [
      "dep:neva_macros",
      "dep:inventory"
    ],
    "server-full": [
      "server-macros",
      "tracing",
      "http-server"
    ],
    "server-macros": [
      "server",
      "macros",
      "neva_macros?/server"
    ],
    "tls": [
      "http-server",
      "volga?/tls",
      "eventsource-client?/rustls"
    ],
    "tracing": [
      "dep:tracing",
      "dep:tracing-subscriber",
      "dep:once_cell",
      "volga?/tracing"
    ]
  },
  "index_path": "ne/va/neva",
  "name": "neva",
  "pubtime": "2025-08-24T12:54:39Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.1.3",
  "yanked": false
}
