2020-08-29 00:25:29 +00:00
|
|
|
[package]
|
|
|
|
name = "cxxbridge-flags"
|
2024-04-02 11:59:25 +00:00
|
|
|
version = "1.0.97"
|
2020-08-29 00:25:29 +00:00
|
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
2022-08-01 07:06:45 +00:00
|
|
|
categories = ["development-tools::ffi", "compilers"]
|
2022-08-01 02:19:02 +00:00
|
|
|
description = "Compiler configuration of the `cxx` crate (implementation detail)"
|
2020-08-29 00:25:29 +00:00
|
|
|
edition = "2018"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
repository = "https://github.com/dtolnay/cxx"
|
2023-01-07 20:37:15 +00:00
|
|
|
rust-version = "1.60"
|
2020-08-29 00:25:29 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = [] # c++11
|
|
|
|
"c++14" = []
|
|
|
|
"c++17" = []
|
|
|
|
"c++20" = []
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|