//! Header constants for the exec component.
pub const CAMEL_EXEC_ARGS: &str = "CamelExecArgs";
pub const CAMEL_EXEC_PROFILE: &str = "CamelExecProfile"; // out only: effective profile
pub const CAMEL_EXEC_EXIT_CODE: &str = "CamelExecExitCode";
pub const CAMEL_EXEC_EXIT_ACCEPTED: &str = "CamelExecExitAccepted";
pub const CAMEL_EXEC_STDERR: &str = "CamelExecStderr";
pub const CAMEL_EXEC_STDOUT_TRUNCATED: &str = "CamelExecStdoutTruncated";
pub const CAMEL_EXEC_STDERR_TRUNCATED: &str = "CamelExecStderrTruncated";
pub const CAMEL_EXEC_TIMED_OUT: &str = "CamelExecTimedOut";