# 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] edition = "2018" name = "felfel" version = "0.1.1" authors = ["Mehdi Sadeghi "] description = "A Rust library and CLI tool for Farsi compound noun generation." license = "MIT" repository = "https://github.com/mehdisadeghi/felfel" [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] name = "felfel" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "felfel" path = "src/bin.rs" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.wasm-bindgen] version = "0.2.68"