rivescript-core 0.3.0

Core data types and traits for RiveScript.
Documentation
[package]
name = "rivescript-core"
version = "0.3.0"
edition = "2024"
readme = "README.md"
license = "MIT"
description = "Core data types and traits for RiveScript."
homepage = "https://www.rivescript.com"
repository = "https://github.com/aichaos/rivescript-rs"

[lib]
name = "rivescript_core"
path = "src/lib.rs"

[dependencies]
async-trait = "0.1.89"
lazy_static = "1.5.0"
log = "0.4.29"
regex = "1.12.3"