speechmarkdown-rust 0.1.6

High-performance SpeechMarkdown parser with multi-language bindings
Documentation
[package]
name = "speechmarkdown-rust"
version = "0.1.6"
edition = "2021"
authors = ["SpeechMarkdown Contributors"]
description = "High-performance SpeechMarkdown parser with multi-language bindings"
license = "MIT"
repository = "https://github.com/speechmarkdown/speechmarkdown-rust"
keywords = ["speech", "ssml", "tts", "voice", "parser"]
categories = ["parser-implementations", "text-processing"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"

[dev-dependencies]
# Removed problematic benchmark dependencies for now

[lib]
crate-type = ["rlib", "cdylib", "staticlib"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[profile.dev]
opt-level = 0