1//! Producer context for dependency injection.
2//!
3//! Re-exports [`ProducerContext`] from `camel-api` for convenience.
4//! This type lives in `camel-api` to avoid cyclic dependencies between
5//! `camel-core` and `camel-component`.
67pub use camel_api::ProducerContext;