{
  "cksum": "049307fb6c1952d222d58f02f20abda78c3b8fe706f6412eb073be35bc6404dc",
  "crate_file": "rong_modules-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/rong_modules/rong_modules-0.3.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_abort",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_assert",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_buffer",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_command",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_compression",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_console",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_encoding",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_event",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_exception",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_fs",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_http",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_redis",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_s3",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_sqlite",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_storage",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_stream",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_timer",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_url",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rong_worker",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    }
  ],
  "features": {
    "abort": [
      "rong_abort"
    ],
    "all": [
      "timer",
      "http",
      "encoding",
      "event",
      "assert",
      "exception",
      "abort",
      "console",
      "url",
      "buffer",
      "fs",
      "storage",
      "stream",
      "compression",
      "command",
      "redis",
      "sqlite",
      "worker",
      "s3"
    ],
    "assert": [
      "rong_assert"
    ],
    "buffer": [
      "rong_buffer"
    ],
    "command": [
      "rong_command"
    ],
    "compression": [
      "rong_compression"
    ],
    "console": [
      "rong_console"
    ],
    "default": [],
    "encoding": [
      "rong_encoding"
    ],
    "event": [
      "rong_event"
    ],
    "exception": [
      "rong_exception"
    ],
    "fs": [
      "rong_fs"
    ],
    "http": [
      "rong_http"
    ],
    "redis": [
      "rong_redis"
    ],
    "s3": [
      "rong_s3"
    ],
    "sqlite": [
      "rong_sqlite"
    ],
    "storage": [
      "rong_storage"
    ],
    "stream": [
      "rong_stream"
    ],
    "timer": [
      "rong_timer"
    ],
    "url": [
      "rong_url"
    ],
    "worker": [
      "rong_worker"
    ]
  },
  "features2": {
    "arkjs": [
      "rong/arkjs",
      "rong_timer?/arkjs",
      "rong_http?/arkjs",
      "rong_encoding?/arkjs",
      "rong_event?/arkjs",
      "rong_assert?/arkjs",
      "rong_exception?/arkjs",
      "rong_abort?/arkjs",
      "rong_console?/arkjs",
      "rong_url?/arkjs",
      "rong_buffer?/arkjs",
      "rong_fs?/arkjs",
      "rong_storage?/arkjs",
      "rong_stream?/arkjs",
      "rong_compression?/arkjs",
      "rong_worker?/arkjs"
    ],
    "jscore": [
      "rong/jscore",
      "rong_timer?/jscore",
      "rong_http?/jscore",
      "rong_encoding?/jscore",
      "rong_event?/jscore",
      "rong_assert?/jscore",
      "rong_exception?/jscore",
      "rong_abort?/jscore",
      "rong_console?/jscore",
      "rong_url?/jscore",
      "rong_buffer?/jscore",
      "rong_fs?/jscore",
      "rong_storage?/jscore",
      "rong_stream?/jscore",
      "rong_compression?/jscore",
      "rong_worker?/jscore"
    ],
    "quickjs": [
      "rong/quickjs",
      "rong_timer?/quickjs",
      "rong_http?/quickjs",
      "rong_encoding?/quickjs",
      "rong_event?/quickjs",
      "rong_assert?/quickjs",
      "rong_exception?/quickjs",
      "rong_abort?/quickjs",
      "rong_console?/quickjs",
      "rong_url?/quickjs",
      "rong_buffer?/quickjs",
      "rong_fs?/quickjs",
      "rong_storage?/quickjs",
      "rong_stream?/quickjs",
      "rong_compression?/quickjs",
      "rong_worker?/quickjs"
    ],
    "tls-aws-lc": [
      "rong/tls-aws-lc",
      "rong_http?/tls-aws-lc"
    ],
    "tls-ring": [
      "rong/tls-ring",
      "rong_http?/tls-ring"
    ]
  },
  "index_path": "ro/ng/rong_modules",
  "name": "rong_modules",
  "pubtime": "2026-04-07T06:50:08Z",
  "rust_version": "1.90",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
