# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "hunspell-sys" version = "0.3.1" authors = ["Andy Russell "] description = "Bindings to the hunspell C API." readme = "README.md" keywords = ["hunspell"] categories = ["external-ffi-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/euclio/hunspell-sys" [dependencies] [dev-dependencies.tempfile] version = "3.1.0" [build-dependencies.bindgen] version = "0.61.0" features = [ "logging", "which-rustfmt", ] default-features = false [build-dependencies.cc] version = "1.0.58" optional = true [build-dependencies.pkg-config] version = "0.3.17" [features] bundled = ["cc"] default = ["bindgen/runtime"] static = [] static_libclang = ["bindgen/static"] [badges.travis-ci] repository = "euclio/hunspell-sys"