rustler_codegen 0.11.0

Compiler plugin for Rustler
[package]
name = "rustler_codegen"
description = "Compiler plugin for Rustler"
repository = "https://github.com/hansihe/Rustler/tree/master/rustler_codegen"
version = "0.11.0"
authors = ["Hansihe <hansihe@hansihe.com>"]
license = "BSD-2-Clause"
build = "build.rs"

[lib]
plugin = true

[features]
default = ["with-syntex"]
with-syntex = [
    "synthax/syntex",
    "easy-plugin/stable",
    "syntex",
    "syntex_syntax",
    "aster/with-syntex",
]

[build-dependencies]
easy-plugin = "=0.9.1"
synthax = "=0.3.2"

[dependencies]
easy-plugin = "=0.9.1"
aster = "=0.25.0"
synthax = "=0.3.2"

syntex = { version = "*", optional = true }
syntex_syntax = { version = "*", optional = true }