mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-26 17:31:44 +00:00
76b407eb79
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
30 lines
758 B
TOML
30 lines
758 B
TOML
[package]
|
|
name = "syn-codegen"
|
|
version = "0.4.1" # also update html_root_url
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
categories = ["development-tools::procedural-macro-helpers"]
|
|
description = "Syntax tree describing Syn's syntax tree"
|
|
documentation = "https://docs.rs/syn-codegen"
|
|
edition = "2021"
|
|
keywords = ["syn"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/dtolnay/syn"
|
|
|
|
[dependencies]
|
|
indexmap = { version = "2", features = ["serde"] }
|
|
semver = { version = "1", features = ["serde"] }
|
|
serde = "1.0.88"
|
|
serde_derive = "1.0.88"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|
|
|
|
[lib]
|
|
doc-scrape-examples = false
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
rustdoc-args = ["--generate-link-to-definition"]
|
|
|
|
[workspace]
|