//! Core library surface for tinyflows.
//!
//! The crate is intentionally small while the workflow runtime takes shape. It
//! exposes stable package identity helpers that the binary and downstream
//! integrations can share.
/// The crate name published to crates.io.
pub const CRATE_NAME: &str = env!;
/// The crate version from `Cargo.toml`.
pub const VERSION: &str = env!;
/// Returns the user-facing product name.