cxxbridge-flags 1.0.130

Compiler configuration of the `cxx` crate (implementation detail)
Documentation
[features]
"c++14" = []
"c++17" = []
"c++20" = []
default = []

[lib]
name = "cxxbridge_flags"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "cxxbridge-flags"
readme = false
repository = "https://github.com/dtolnay/cxx"
rust-version = "1.70"
version = "1.0.130"

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