Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
80
vendor/cxx-build/Cargo.toml
vendored
Normal file
80
vendor/cxx-build/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue