[package] name = "borealis_codegen" version = "0.1.0" authors = ["Martin Risell Lilja "] license = "MIT/Apache-2.0" repository = "https://github.com/martinrlilja/borealis" description = "codegen for borealis" exclude = ["*.rs.bk"] [lib] crate-type = ["dylib", "rlib"] [dependencies] borealis = { version = "0.1", features = ["nightly"] } aster = "0.15" quasi = "0.9" quasi_macros = "0.9" regex = "0.1" regex_macros = "0.1" string_cache = "0.2"