# 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 = "2021"
rust-version = "1.56"
name = "cxxbridge-cmd"
version = "1.0.126"
authors = ["David Tolnay <[email protected]>"]
build = false
exclude = ["build.rs"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C++ code generator for integrating `cxx` crate into a non-Cargo build."
homepage = "https://cxx.rs"
readme = false
keywords = ["ffi"]
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"]
[[bin]]
name = "cxxbridge"
path = "src/main.rs"
[dependencies.clap]
version = "4.3.11"
features = [
"error-context",
"help",
"std",
"suggestions",
"usage",
]
default-features = false
[dependencies.codespan-reporting]
version = "0.11.1"
[dependencies.proc-macro2]
version = "1.0.74"
features = ["span-locations"]
default-features = false
[dependencies.quote]
version = "1.0.35"
default-features = false
[dependencies.syn]
version = "2.0.46"
features = [
"clone-impls",
"full",
"parsing",
"printing",
]
default-features = false
[features]
experimental-async-fn = []