[package] name = "crustacean" authors = ["Kyle Mayes "] version = "0.3.1" readme = "README.md" license = "Apache-2.0" description = "A Rust bindings generator." documentation = "https://kylemayes.github.io/crustacean/crustacean" repository = "https://github.com/KyleMayes/crustacean" [features] static = ["clang/static"] [dependencies] clang = "0.14.0" clang-sys = "0.11.0" libc = "0.2.16" clippy = { version = "0.0.*", optional = true }