third_party_rust_cxx/flags/Cargo.toml

20 lines
490 B
TOML
Raw Permalink Normal View History

[package]
name = "cxxbridge-flags"
version = "1.0.97"
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)"
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"
[features]
default = [] # c++11
"c++14" = []
"c++17" = []
"c++20" = []
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]