//! Placeholder. Real implementation is in progress.
//!
//! See <https://cap-protocol.org> for the protocol specification and
//! <https://github.com/rsclaw-ai/cap-protocol> for the source repository.
/// Name of this crate at build time.
pub const CRATE_NAME: &str = env!;
/// Version of this crate at build time.
pub const CRATE_VERSION: &str = env!;
/// CAP protocol version targeted by this crate.
pub const PROTOCOL_VERSION: &str = "cap-protocol/v1";