spellbound 0.1.1

Bindings to your friendly neighborhood spellchecker.
Documentation
[package]
name = "spellbound"
description = "Bindings to your friendly neighborhood spellchecker."
keywords = ["spellcheck", "spellchecker", "hunspell"]
categories = ["os", "text-processing"]
documentation = "https://docs.rs/spellbound"
repository = "https://github.com/euclio/spellbound"
version = "0.1.1"
authors = ["Andy Russell <arussell123@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"

[target.'cfg(target_os="macos")'.dependencies]
cocoa = "0.20.0"

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = ["combaseapi", "objbase", "spellcheck"]

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
hunspell-sys = "0.1.3"

[dependencies]
cfg-if = "0.1.6"
lazy_static = "1.3.0"