//! # cargo-context-core
//!
//! Core engine for `cargo-context`: assembles Rust project context packs for
//! LLM consumption with token budgeting, macro expansion, and secret scrubbing.
//!
//! The crate has **no async runtime dependency** and **no terminal I/O**. It is
//! designed to be embedded in CLIs, editor plugins, MCP servers, and build
//! scripts alike.
pub use ;
pub use ;
pub use ExpandMode;
pub use ;
pub use ;
pub use Tokenizer;