• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "cxxbridge-flags"
3version = "1.0.97"
4authors = ["David Tolnay <dtolnay@gmail.com>"]
5categories = ["development-tools::ffi", "compilers"]
6description = "Compiler configuration of the `cxx` crate (implementation detail)"
7edition = "2018"
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"]
20