third_party_rust_link-cplus.../Cargo.toml
2020-01-24 14:43:09 -08:00

20 lines
525 B
TOML

[package]
name = "link-cplusplus"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Link libstdc++ or libc++ automatically or manually"
repository = "https://github.com/dtolnay/link-cplusplus"
documentation = "https://docs.rs/link-cplusplus"
readme = "README.md"
[build-dependencies]
cc = "1.0"
[features]
default = [] # automatic
libstdcxx = [] # force libstdc++
libcxx = [] # force libc++
nothing = [] # link nothing, determined somewhere else