# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "auto_correct" version = "0.1.9" authors = ["Jacob Zuo "] build = "build.rs" description = "A library to provide auto correct suggestions. Currently supporting EN-US." documentation = "https://docs.rs/auto_correct/" readme = "README.md" license = "MIT" repository = "https://github.com/Chopinsky/auto_correct.git" [[bench]] name = "bench" harness = false [dependencies.crossbeam-channel] version = "^0.3.0" [dependencies.hashbrown] version = "0.1" [dependencies.lazy_static] version = "^1.0" [dependencies.threads_pool] version = "^0.1.16" [dev-dependencies.criterion] version = "0.2"