# 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" rust-version = "1.68" name = "vidyut-prakriya" version = "0.1.1" authors = ["Arun Prasad "] description = "A Sanskrit word generator" homepage = "https://github.com/ambuda-org/vidyut" readme = "README.md" keywords = ["sanskrit"] categories = ["text-processing"] license = "MIT" repository = "https://github.com/ambuda-org/vidyut" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.clap] version = "4.0.12" features = ["derive"] [dependencies.compact_str] version = "0.7.1" features = ["serde"] [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.csv] version = "1.1.6" [dependencies.enumset] version = "1.1.3" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.sha2] version = "0.10.6" [dependencies.sha256] version = "1.1.1" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies]