link-cplusplus 1.0.11

Link libstdc++ or libc++ automatically or manually
Documentation
[build-dependencies.cc]
version = "1.0"

[features]
default = []
"libc++" = []
libcxx = ["libc++"]
"libstdc++" = []
libstdcxx = ["libstdc++"]
nothing = []

[lib]
name = "link_cplusplus"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "development-tools::ffi", "compilers", "no-std", "no-std::no-alloc"]
description = "Link libstdc++ or libc++ automatically or manually"
documentation = "https://docs.rs/link-cplusplus"
edition = "2018"
keywords = ["linkage", "c++"]
license = "MIT OR Apache-2.0"
links = "cplusplus"
name = "link-cplusplus"
readme = "README.md"
repository = "https://github.com/dtolnay/link-cplusplus"
rust-version = "1.68"
version = "1.0.11"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org"]
targets = ["x86_64-unknown-linux-gnu"]