1[package] 2name = "cxxbridge-flags" 3version = "1.0.54" 4authors = ["David Tolnay <dtolnay@gmail.com>"] 5edition = "2018" 6license = "MIT OR Apache-2.0" 7description = "Compiler configuration of the `cxx` crate (implementation detail)" 8repository = "https://github.com/dtolnay/cxx" 9 10[features] 11default = [] # c++11 12"c++14" = [] 13"c++17" = [] 14"c++20" = [] 15 16[package.metadata.docs.rs] 17targets = ["x86_64-unknown-linux-gnu"] 18