# 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 = "divvunspell-bin" version = "1.0.0" authors = ["Brendan Molloy "] description = "Spellchecker for ZHFST/BHFST spellers, with case handling and tokenization support." license = "GPL-3.0" repository = "https://github.com/divvun/divvunspell" [[bin]] name = "divvunspell" path = "src/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.box-format] version = "0.3.2" features = ["reader"] default-features = false [dependencies.divvunspell] version = "1.0.0-beta.3" features = [ "internal_convert", "compression", ] [dependencies.gumdrop] version = "0.8.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.structopt] version = "0.3.17" [features] default = [] gpt2 = ["divvunspell/gpt2"]