pub const HAS_COMPRESSION: bool = cfg!(feature = "compression");
pub const HAS_FILE_WATCHING: bool = cfg!(feature = "file-watching");
pub const HAS_ADVANCED_CRYPTO: bool = cfg!(feature = "crypto");
pub const HAS_TOKIO: bool = cfg!(feature = "native");
pub const HAS_WASM: bool = cfg!(feature = "wasm");
pub const HAS_WEB: bool = cfg!(feature = "web");
pub const HAS_OPENAI: bool = cfg!(feature = "openai");
pub const HAS_ANTHROPIC: bool = cfg!(feature = "anthropic");
pub const HAS_MISTRAL: bool = cfg!(feature = "mistral");