зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
704 B
TOML
21 строка
704 B
TOML
[package]
|
|
name = "quasi_codegen"
|
|
version = "0.29.0"
|
|
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
description = "A quasi-quoting macro system"
|
|
repository = "https://github.com/serde-rs/quasi"
|
|
include = ["Cargo.toml", "src/**/*.rs"]
|
|
|
|
[features]
|
|
default = ["with-syntex"]
|
|
with-syntex = ["syntex", "syntex_errors", "syntex_syntax", "aster/with-syntex"]
|
|
unstable-testing = ["clippy"]
|
|
|
|
[dependencies]
|
|
aster = { version = "^0.38.0", default-features = false }
|
|
clippy = { version = "^0.*", optional = true }
|
|
syntex = { version = "^0.54.0", optional = true }
|
|
syntex_errors = { version = "^0.54.0", optional = true }
|
|
syntex_syntax = { version = "^0.54.0", optional = true }
|