blob: 88bf02395b2eb3db63183f659d8edaf706bf43c3 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "cxx"
version = "0.3.5"
authors = ["David Tolnay <dtolnay@gmail.com>"]
links = "cxxbridge03"
exclude = ["/demo-cxx", "/gen", "/syntax", "/third-party"]
description = "Safe interop between Rust and C++"
documentation = "https://docs.rs/cxx"
readme = "README.md"
keywords = ["ffi"]
categories = ["development-tools::ffi", "api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/cxx"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.cxxbridge-macro]
version = "=0.3.5"
[dependencies.link-cplusplus]
version = "1.0"
[dev-dependencies.cxx-build]
version = "=0.3.5"
[dev-dependencies.cxx-test-suite]
version = "0"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0.33"
features = ["diff"]
[build-dependencies.cc]
version = "1.0.49"
[features]
"c++14" = []
"c++17" = []
default = []