blob: 2f4c5121fe036b62356dea5d2d0d4d42647ebfd6 [file] [log] [blame]
[package]
name = "cxxbridge-flags"
version = "0.5.2"
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"]