///|
/// EventRail is a deterministic in-process event bus and message trace library.
/// The implementation is dependency-light so it can run in tests, examples,
/// WebAssembly demos, and command-line tooling with the same behavior.
pub fn package_name() -> String {
"violetcb/eventrail"
}
///|
pub fn package_version() -> String {
"0.3.2"
}