[package] name = "bird-machine" version = "0.0.1" authors = ["Melody Horn / boringcactus "] description = "Compile your regular expressions at compile time." repository = "https://code.boringcactus.com/bird-machine/" keywords = ["regex", "proc_macro"] license-file = "LICENSE" edition = "2018" [dependencies] bird-machine-macros = { path = "./bird-machine-macros", version = "0.0.1" } regex = "1.4"