1[package]
2name = "cxxbridge-flags"
3version = "1.0.119"
4authors = ["David Tolnay <[email protected]>"]
5categories = ["development-tools::ffi", "compilers"]
6description = "Compiler configuration of the `cxx` crate (implementation detail)"
7edition = "2021"
8license = "MIT OR Apache-2.0"
9repository = "https://github.com/dtolnay/cxx"
10rust-version = "1.60"
11
12[features]
13default = [] # c++11
14"c++14" = []
15"c++17" = []
16"c++20" = []
17
18[package.metadata.docs.rs]
19targets = ["x86_64-unknown-linux-gnu"]
20rustdoc-args = ["--generate-link-to-definition"]
21