# 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 = "2021" name = "skyspell" version = "3.0.1" authors = ["Dimitri Merejkowsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and handy spell checker for the command line" readme = "README.md" keywords = ["spell-check"] categories = [ "command-line-utilities", "text-processing", ] license = "BSD-3-Clause" repository = "https://github.com/your-tools/skyspell" [lib] name = "skyspell" path = "src/lib.rs" [[bin]] name = "skyspell" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.clap] version = "4.0.0" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.11.0" features = [] [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.skyspell_core] version = "4.0.0" [dev-dependencies.tempfile] version = "3.2.0"