Rename serde_internals to serde_codegen_internals

This commit is contained in:
David Tolnay
2016-06-30 19:53:57 -07:00
parent c6b6e2a5d9
commit 2d5a26dfc0
10 changed files with 29 additions and 23 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "serde_codegen_internals"
version = "0.1.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "AST representation used by Serde codegen. Unstable."
repository = "https://github.com/serde-rs/serde"
documentation = "https://github.com/serde-rs/serde"
keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
[features]
default = ["with-syntex"]
nightly-testing = ["clippy"]
with-syntex = ["syntex_syntax"]
[dependencies]
clippy = { version = "^0.*", optional = true }
syntex_syntax = { version = "^0.36.0", optional = true }