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.7.0" 15authors = ["Kyle Mayes <[email protected]>"] 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 24[package.metadata.docs.rs] 25features = [ 26 "clang_17_0", 27 "runtime", 28] 29 30[dependencies.glob] 31version = "0.3" 32 33[dependencies.libc] 34version = "0.2.39" 35default-features = false 36 37[dependencies.libloading] 38version = "0.8" 39optional = true 40 41[dev-dependencies.glob] 42version = "0.3" 43 44[dev-dependencies.serial_test] 45version = "1" 46 47[dev-dependencies.tempfile] 48version = "3" 49 50[build-dependencies.glob] 51version = "0.3" 52 53[features] 54clang_10_0 = ["clang_9_0"] 55clang_11_0 = ["clang_10_0"] 56clang_12_0 = ["clang_11_0"] 57clang_13_0 = ["clang_12_0"] 58clang_14_0 = ["clang_13_0"] 59clang_15_0 = ["clang_14_0"] 60clang_16_0 = ["clang_15_0"] 61clang_17_0 = ["clang_16_0"] 62clang_3_5 = [] 63clang_3_6 = ["clang_3_5"] 64clang_3_7 = ["clang_3_6"] 65clang_3_8 = ["clang_3_7"] 66clang_3_9 = ["clang_3_8"] 67clang_4_0 = ["clang_3_9"] 68clang_5_0 = ["clang_4_0"] 69clang_6_0 = ["clang_5_0"] 70clang_7_0 = ["clang_6_0"] 71clang_8_0 = ["clang_7_0"] 72clang_9_0 = ["clang_8_0"] 73runtime = ["libloading"] 74static = [] 75