kak_spell 0.3.0

(Deprecated) Enchant wrapper for Kakoune
Documentation
# 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 = "kak_spell"
version = "0.3.0"
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(Deprecated) Enchant wrapper for Kakoune"
readme = "README.md"
keywords = ["deprecated"]
license = "BSD-3-Clause"
repository = "https://git.sr.ht/~dmerej/kak-spell"

[lib]
name = "kak_spell"
path = "src/lib.rs"

[[bin]]
name = "kak-spell"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.40"

[dependencies.clap]
version = "3.0.0-beta.2"

[dependencies.colored]
version = "2.0.0"

[dependencies.dialoguer]
version = "0.8.0"

[dependencies.diesel]
version = "1.4.6"
features = ["sqlite"]

[dependencies.diesel_migrations]
version = "1.4.0"

[dependencies.enchant]
version = "0.2.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.platform-dirs]
version = "0.3.0"

[dependencies.regex]
version = "1.5.4"