# 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] name = "symspell" version = "0.4.3" authors = ["Rene Klacan "] exclude = ["data/*"] description = "Spelling correction & Fuzzy search" homepage = "https://github.com/reneklacan/symspell" keywords = ["spellcheck"] license = "MIT" repository = "https://github.com/reneklacan/symspell" [lib] crate-type = ["cdylib", "rlib"] [dependencies.derive_builder] version = "^0.10" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strsim] version = "^0.10" [dev-dependencies] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.unidecode] version = "^0.3" [target.wasm32-unknown-unknown.dependencies.serde] version = "^1.0.59" [target.wasm32-unknown-unknown.dependencies.serde_derive] version = "^1.0.59" [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "^0.2" features = ["serde-serialize"] [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] version = "^0.3"