| [package] |
| name = "synom" |
| version = "0.11.3" |
| authors = ["David Tolnay <[email protected]>"] |
| 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 |