{
  "cksum": "f6b3ca8f4dfd401776f0e037965cbf4371f11fbbac7444333bdcb85084325371",
  "crate_file": "botx-api-0.1.3.crate",
  "crate_url": "https://static.crates.io/crates/botx-api/botx-api-0.1.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anthill-di",
      "optional": true,
      "req": "^1.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-lock",
      "optional": false,
      "req": "^2.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait-with-sync",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "csv",
      "optional": false,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "derive_builder",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "dotenv",
      "optional": false,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "easy-ext",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json",
        "multipart"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.28",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.1",
      "target": null
    }
  ],
  "features": {
    "botx-api-v-all": [
      "botx-api-v2",
      "botx-api-v3",
      "botx-api-v4"
    ],
    "botx-api-v2": [
      "token"
    ],
    "botx-api-v3": [
      "events-edit_event",
      "events-reply_event",
      "events-status",
      "events-typing",
      "events-stop_typing",
      "files-upload",
      "files-download",
      "stickers-new_sticker_pack",
      "stickers-sticker_packs_list",
      "stickers-add_sticker",
      "stickers-get_sticker_pack",
      "stickers-get_sticker",
      "stickers-update_sticker_pack",
      "stickers-delete_sticker",
      "stickers-delete_sticker_pack",
      "chats-list",
      "chats-info",
      "chats-add_user",
      "chats-remove_user",
      "chats-add_admin",
      "chats-set_stealth",
      "chats-disable_stealth",
      "chats-create",
      "chats-pin_message",
      "chats-unpin_message",
      "users-by_email",
      "users-by_huid",
      "users-by_login",
      "users-by_other_id",
      "users-users_as_csv"
    ],
    "botx-api-v4": [
      "notifications-internal",
      "notifications-direct"
    ],
    "chats-add_admin": [],
    "chats-add_user": [],
    "chats-create": [],
    "chats-disable_stealth": [],
    "chats-info": [],
    "chats-list": [],
    "chats-pin_message": [],
    "chats-remove_user": [],
    "chats-set_stealth": [],
    "chats-unpin_message": [],
    "default": [
      "botx-api-v-all"
    ],
    "events-edit_event": [],
    "events-reply_event": [],
    "events-status": [],
    "events-stop_typing": [],
    "events-typing": [],
    "files-download": [],
    "files-upload": [],
    "notifications-direct": [],
    "notifications-internal": [],
    "stickers-add_sticker": [],
    "stickers-delete_sticker": [],
    "stickers-delete_sticker_pack": [],
    "stickers-get_sticker": [],
    "stickers-get_sticker_pack": [],
    "stickers-new_sticker_pack": [],
    "stickers-sticker_packs_list": [],
    "stickers-update_sticker_pack": [],
    "token": [],
    "users-by_email": [],
    "users-by_huid": [],
    "users-by_login": [],
    "users-by_other_id": [],
    "users-users_as_csv": []
  },
  "features2": {
    "anthill-di": [
      "dep:anthill-di",
      "dep:async-trait-with-sync"
    ]
  },
  "index_path": "bo/tx/botx-api",
  "name": "botx-api",
  "pubtime": "2023-06-01T19:29:44Z",
  "v": 2,
  "vers": "0.1.3",
  "yanked": false
}
