blob: 2e1d9e264fef37d1444ca9ffe1cf6a3f2684452c [file] [log] [blame]
[package]
name = "cxxbridge-flags"
version = "1.0.59"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.48"
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"]