// `http` pulls in reqwest (and a TLS stack) — real weight for a consumer that
// only wants CLI/pipeline handlers, which is the whole point of making it
// optional. Declaring the module unconditionally made the feature optional in
// name only: `--no-default-features` failed to build (paiml/pforge#10).
pub use CliHandler;
pub use HttpHandler;
pub use PipelineHandler;