mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
faf6cad78c
Differential Revision: https://phabricator.services.mozilla.com/D45719 --HG-- rename : third_party/rust/regex-0.2.2/src/freqs.rs => third_party/rust/aho-corasick/src/byte_frequencies.rs rename : third_party/rust/crc/Cargo.toml => third_party/rust/blake2b_simd/Cargo.toml rename : third_party/rust/miniz_oxide_c_api/LICENSE => third_party/rust/miniz_oxide/LICENSE rename : third_party/rust/redox_users/tests/group => third_party/rust/redox_users/tests/etc/group rename : third_party/rust/redox_users/tests/passwd => third_party/rust/redox_users/tests/etc/passwd rename : third_party/rust/redox_users/tests/shadow => third_party/rust/redox_users/tests/etc/shadow rename : third_party/rust/utf8-ranges/src/lib.rs => third_party/rust/regex-syntax/src/utf8.rs rename : third_party/rust/crossbeam-channel/LICENSE-APACHE => third_party/rust/rust-argon2/LICENSE-APACHE rename : third_party/rust/memchr-1.0.2/COPYING => third_party/rust/winapi-util/COPYING rename : third_party/rust/ucd-util/Cargo.toml => third_party/rust/winapi-util/Cargo.toml rename : third_party/rust/memchr-1.0.2/LICENSE-MIT => third_party/rust/winapi-util/LICENSE-MIT rename : third_party/rust/memchr-1.0.2/UNLICENSE => third_party/rust/winapi-util/UNLICENSE extra : moz-landing-system : lando
59 lines
2.1 KiB
TOML
59 lines
2.1 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.28.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.3"
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.39"
|
|
default-features = false
|
|
|
|
[dependencies.libloading]
|
|
version = "0.5.0"
|
|
optional = true
|
|
[build-dependencies.glob]
|
|
version = "0.3"
|
|
|
|
[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"]
|
|
clang_8_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_8_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_8_0 = []
|
|
runtime = ["libloading"]
|
|
static = []
|