зеркало из https://github.com/mozilla/gecko-dev.git
56 строки
1.9 KiB
TOML
56 строки
1.9 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g. crates.io) dependencies
|
|
#
|
|
# If you believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
name = "clang-sys"
|
|
version = "0.26.1"
|
|
authors = ["Kyle Mayes <kyle@mayeses.com>"]
|
|
build = "build.rs"
|
|
links = "clang"
|
|
description = "Rust bindings for libclang."
|
|
documentation = "https://kylemayes.github.io/clang-sys/3_5/clang_sys"
|
|
readme = "README.md"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/KyleMayes/clang-sys"
|
|
[dependencies.glob]
|
|
version = "0.2.11"
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.39"
|
|
|
|
[dependencies.libloading]
|
|
version = "0.5.0"
|
|
optional = true
|
|
[build-dependencies.glob]
|
|
version = "0.2.11"
|
|
|
|
[features]
|
|
clang_3_5 = []
|
|
clang_3_6 = ["gte_clang_3_6"]
|
|
clang_3_7 = ["gte_clang_3_6", "gte_clang_3_7"]
|
|
clang_3_8 = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8"]
|
|
clang_3_9 = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"]
|
|
clang_4_0 = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9", "gte_clang_4_0"]
|
|
clang_5_0 = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9", "gte_clang_4_0", "gte_clang_5_0"]
|
|
clang_6_0 = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9", "gte_clang_4_0", "gte_clang_5_0", "gte_clang_6_0"]
|
|
clang_7_0 = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9", "gte_clang_4_0", "gte_clang_5_0", "gte_clang_6_0", "gte_clang_7_0"]
|
|
gte_clang_3_6 = []
|
|
gte_clang_3_7 = []
|
|
gte_clang_3_8 = []
|
|
gte_clang_3_9 = []
|
|
gte_clang_4_0 = []
|
|
gte_clang_5_0 = []
|
|
gte_clang_6_0 = []
|
|
gte_clang_7_0 = []
|
|
runtime = ["libloading"]
|
|
static = []
|