aboutsummaryrefslogtreecommitdiff
path: root/gen/lib/Cargo.toml
blob: 9188fe408f7bc5968f4c7bf7a47eef2566ce3254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "cxx-gen"
version = "0.7.107"
authors = ["Adrian Taylor <adetaylor@chromium.org>"]
categories = ["development-tools::ffi"]
description = "C++ code generator for integrating `cxx` crate into higher level tools."
edition = "2021"
exclude = ["build.rs"]
keywords = ["ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/cxx"
rust-version = "1.60"

[dependencies]
codespan-reporting = "0.11.1"
proc-macro2 = { version = "1.0.63", default-features = false, features = ["span-locations"] }
quote = { version = "1.0.29", default-features = false }
syn = { version = "2.0.23", default-features = false, features = ["clone-impls", "full", "parsing", "printing"] }

[lib]
doc-scrape-examples = false

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]