[package] name = "runtime-fmt" version = "0.4.1" authors = ["Tad Hardesty "] description = "Runtime-based string formatting" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["format", "fmt", "runtime", "string", "formatting"] repository = "https://github.com/SpaceManiac/runtime-fmt" documentation = "https://docs.rs/runtime-fmt" [dependencies] unicode-xid = "0.2.0" [dev-dependencies] runtime-fmt-derive = { path = "runtime-fmt-derive", version = "=0.2.0" }