aboutsummaryrefslogtreecommitdiff
path: root/flags/Cargo.toml
blob: edb4fa5395cca79ecab2c7c788ed8b32b88cd8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cxxbridge-flags"
version = "1.0.39"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Compiler configuration of the `cxx` crate (implementation detail)"
repository = "https://github.com/dtolnay/cxx"

[features]
default = [] # c++11
"c++14" = []
"c++17" = []
"c++20" = []

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]