[package]
name = "syntex_syntax"
version = "0.58.1"
authors = [ "erick.tryzelaar@gmail.com" ]
license = "MIT/Apache-2.0"
description = "Export of libsyntax for code generation"
repository = "https://github.com/serde-rs/syntex"
readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
[dependencies]
bitflags = "0.8.0"
log = "0.3.6"
rustc-serialize = "0.3.16"
syntex_errors = { version = "0.58", path = "../syntex_errors" }
syntex_pos = { version = "0.58", path = "../syntex_pos" }
unicode-xid = "0.0.4"