mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-12-03 13:01:12 +00:00
b110613bee
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
20 lines
490 B
TOML
20 lines
490 B
TOML
[package]
|
|
name = "cxxbridge-flags"
|
|
version = "1.0.97"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
categories = ["development-tools::ffi", "compilers"]
|
|
description = "Compiler configuration of the `cxx` crate (implementation detail)"
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/dtolnay/cxx"
|
|
rust-version = "1.60"
|
|
|
|
[features]
|
|
default = [] # c++11
|
|
"c++14" = []
|
|
"c++17" = []
|
|
"c++20" = []
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|