[package] name = "dahlia" version = "2.0.0" edition = "2021" license = "MIT" description = "A library allowing you to use Minecraft format codes in strings." repository = "https://github.com/dahlia-lib/dahlia-rs" authors = ["trag1c "] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.10.5" lazy_static = "1.4.0" [dev-dependencies] paste = "1"