• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13name = "clang-sys"
14version = "1.3.1"
15authors = ["Kyle Mayes <kyle@mayeses.com>"]
16build = "build.rs"
17links = "clang"
18description = "Rust bindings for libclang."
19documentation = "https://docs.rs/clang-sys"
20readme = "README.md"
21license = "Apache-2.0"
22repository = "https://github.com/KyleMayes/clang-sys"
23[package.metadata.docs.rs]
24features = ["clang_13_0", "runtime"]
25[dependencies.glob]
26version = "0.3"
27
28[dependencies.libc]
29version = "0.2.39"
30default-features = false
31
32[dependencies.libloading]
33version = "0.7"
34optional = true
35[build-dependencies.glob]
36version = "0.3"
37
38[features]
39clang_10_0 = ["clang_9_0"]
40clang_11_0 = ["clang_10_0"]
41clang_12_0 = ["clang_11_0"]
42clang_13_0 = ["clang_12_0"]
43clang_3_5 = []
44clang_3_6 = ["clang_3_5"]
45clang_3_7 = ["clang_3_6"]
46clang_3_8 = ["clang_3_7"]
47clang_3_9 = ["clang_3_8"]
48clang_4_0 = ["clang_3_9"]
49clang_5_0 = ["clang_4_0"]
50clang_6_0 = ["clang_5_0"]
51clang_7_0 = ["clang_6_0"]
52clang_8_0 = ["clang_7_0"]
53clang_9_0 = ["clang_8_0"]
54runtime = ["libloading"]
55static = []
56