80 lines
1.7 KiB
TOML
80 lines
1.7 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
rust-version = "1.48"
|
|
name = "cxx-build"
|
|
version = "1.0.85"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
exclude = ["build.rs"]
|
|
description = "C++ code generator for integrating `cxx` crate into a Cargo build."
|
|
homepage = "https://cxx.rs"
|
|
keywords = [
|
|
"ffi",
|
|
"build-dependencies",
|
|
]
|
|
categories = [
|
|
"development-tools::build-utils",
|
|
"development-tools::ffi",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/dtolnay/cxx"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
doc-scrape-examples = false
|
|
|
|
[dependencies.cc]
|
|
version = "1.0.49"
|
|
|
|
[dependencies.codespan-reporting]
|
|
version = "0.11.1"
|
|
|
|
[dependencies.once_cell]
|
|
version = "1.9"
|
|
|
|
[dependencies.proc-macro2]
|
|
version = "1.0.39"
|
|
features = ["span-locations"]
|
|
default-features = false
|
|
|
|
[dependencies.quote]
|
|
version = "1.0"
|
|
default-features = false
|
|
|
|
[dependencies.scratch]
|
|
version = "1.0"
|
|
|
|
[dependencies.syn]
|
|
version = "1.0.95"
|
|
features = [
|
|
"parsing",
|
|
"printing",
|
|
"clone-impls",
|
|
"full",
|
|
]
|
|
default-features = false
|
|
|
|
[dev-dependencies.cxx]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.cxx-gen]
|
|
version = "0.7"
|
|
|
|
[dev-dependencies.pkg-config]
|
|
version = "0.3"
|
|
|
|
[features]
|
|
experimental-async-fn = []
|
|
parallel = ["cc/parallel"]
|