зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
576 B
TOML
21 строка
576 B
TOML
[package]
|
|
name = "synom"
|
|
version = "0.11.2"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
description = "Stripped-down Nom parser used by Syn"
|
|
repository = "https://github.com/dtolnay/syn"
|
|
documentation = "https://docs.rs/synom/"
|
|
categories = ["development-tools::procedural-macro-helpers"]
|
|
readme = "../README.md"
|
|
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
|
|
|
[dependencies]
|
|
unicode-xid = "0.0.4"
|
|
|
|
[dev-dependencies.syn]
|
|
version = "0.11"
|
|
path = ".."
|
|
features = ["parsing", "full"]
|
|
default-features = false
|