mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
21 lines
679 B
TOML
21 lines
679 B
TOML
[package]
|
|
name = "serde_codegen_internals"
|
|
version = "0.6.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"]
|
|
unstable-testing = []
|
|
with-syntex = ["syntex_syntax", "syntex_errors"]
|
|
|
|
[dependencies]
|
|
clippy = { version = "^0.*", optional = true }
|
|
syntex_syntax = { version = "^0.41.0", optional = true }
|
|
syntex_errors = { version = "^0.41.0", optional = true }
|