You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
415 B
18 lines
415 B
[package]
|
|
name = "cxxbridge-flags"
|
|
version = "1.0.42"
|
|
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"]
|