• 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]
13edition = "2021"
14name = "clang-sys"
15version = "1.8.1"
16authors = ["Kyle Mayes <kyle@mayeses.com>"]
17build = "build.rs"
18links = "clang"
19description = "Rust bindings for libclang."
20documentation = "https://docs.rs/clang-sys"
21readme = "README.md"
22license = "Apache-2.0"
23repository = "https://github.com/KyleMayes/clang-sys"
24
25[package.metadata.docs.rs]
26features = [
27    "clang_18_0",
28    "runtime",
29]
30
31[dependencies.glob]
32version = "0.3"
33
34[dependencies.libc]
35version = "0.2.39"
36default-features = false
37
38[dependencies.libloading]
39version = "0.8"
40optional = true
41
42[dev-dependencies.glob]
43version = "0.3"
44
45[dev-dependencies.lazy_static]
46version = "1"
47
48[dev-dependencies.tempfile]
49version = ">=3.0.0, <3.7.0"
50
51[build-dependencies.glob]
52version = "0.3"
53
54[features]
55clang_10_0 = ["clang_9_0"]
56clang_11_0 = ["clang_10_0"]
57clang_12_0 = ["clang_11_0"]
58clang_13_0 = ["clang_12_0"]
59clang_14_0 = ["clang_13_0"]
60clang_15_0 = ["clang_14_0"]
61clang_16_0 = ["clang_15_0"]
62clang_17_0 = ["clang_16_0"]
63clang_18_0 = ["clang_17_0"]
64clang_3_5 = []
65clang_3_6 = ["clang_3_5"]
66clang_3_7 = ["clang_3_6"]
67clang_3_8 = ["clang_3_7"]
68clang_3_9 = ["clang_3_8"]
69clang_4_0 = ["clang_3_9"]
70clang_5_0 = ["clang_4_0"]
71clang_6_0 = ["clang_5_0"]
72clang_7_0 = ["clang_6_0"]
73clang_8_0 = ["clang_7_0"]
74clang_9_0 = ["clang_8_0"]
75libcpp = []
76runtime = ["libloading"]
77static = []
78