Cargo Features

[dependencies]
lark_bot_sdk = { version = "0.1.0", default-features = false, features = ["full", "macros", "acs", "ai", "admin", "application", "approval", "attendance", "baike", "bitable", "bot", "calendar", "chat", "contact", "core_hr", "drive", "ehr", "event", "file", "helpdesk", "hire", "human_auth", "jssdk", "lingo", "mail", "message", "mina", "minutes", "okr", "passport", "performance", "personal_settings", "search", "task", "tenant", "vc", "verification", "full_biz", "test-util"] }
default = message

The message feature is set by default whenever lark_bot_sdk is added without default-features = false somewhere in the dependency tree.

full = full_biz
macros
acs full_biz?

Affects gen::acs, api::acs

ai full_biz?

Affects gen::ai, api::ai

admin full_biz?

Affects gen::admin, api::admin

application full_biz?

Affects gen::application, api::application

approval full_biz?

Affects gen::approval, api::approval

attendance full_biz?

Affects gen::attendance, api::attendance

baike full_biz?

Affects gen::baike, api::baike

bitable full_biz?

Affects gen::bitable, api::bitable

bot full_biz?

Affects gen::bot, api::bot

calendar full_biz?

Affects gen::calendar, api::calendar

chat full_biz?

Affects gen::chat, api::chat

contact full_biz?

Affects gen::contact, api::contact

core_hr full_biz?

Affects gen::core_hr, api::core_hr

drive full_biz?

Affects gen::drive, api::drive

ehr full_biz?

Affects gen::ehr, api::ehr

event full_biz?

Affects gen::event, api::event

file full_biz?

Affects gen::file, api::file

helpdesk full_biz?

Affects gen::helpdesk, api::helpdesk

hire full_biz?

Affects gen::hire, api::hire

human_auth full_biz?

Affects gen::human_auth, api::human_auth

jssdk full_biz?

Affects gen::jssdk, api::jssdk

lingo full_biz?

Affects gen::lingo, api::lingo

mail full_biz?

Affects gen::mail, api::mail

message default full_biz?

Affects gen::message, api::message

mina full_biz?

Affects gen::mina, api::mina

minutes full_biz?

Affects gen::minutes, api::minutes

okr full_biz?

Affects gen::okr, api::okr

passport full_biz?

Affects gen::passport, api::passport

performance full_biz?

Affects gen::performance, api::performance

personal_settings full_biz?

Affects gen::personal_settings, api::personal_settings

Affects gen::search, api::search

task full_biz?

Affects gen::task, api::task

tenant full_biz?

Affects gen::tenant, api::tenant

vc full_biz?

Affects gen::vc, api::vc

verification full_biz?

Affects gen::verification, api::verification

full_biz full? = acs, admin, ai, application, approval, attendance, baike, bitable, bot, calendar, chat, contact, core_hr, drive, ehr, event, file, helpdesk, hire, human_auth, jssdk, lingo, mail, message, mina, minutes, okr, passport, performance, personal_settings, search, task, tenant, vc, verification
test-util = typemap_rev

Affects service::AuthServiceMocker, acs::AcsServiceMocker, admin::AdminServiceMocker, ai::AiServiceMocker, application::ApplicationServiceMocker, approval::ApprovalServiceMocker, attendance::AttendanceServiceMocker, baike::BaikeServiceMocker, bitable::BitableServiceMocker, bot::BotServiceMocker, calendar::CalendarServiceMocker, chat::ChatServiceMocker, contact::ContactServiceMocker, core_hr::CoreHrServiceMocker, drive::DriveServiceMocker, ehr::EhrServiceMocker, event::EventServiceMocker, file::FileServiceMocker, helpdesk::HelpdeskServiceMocker, hire::HireServiceMocker

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

typemap_rev test-util?