# 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 = "2018" name = "namegen" version = "0.1.4" authors = ["Gissleh"] description = "Fast name generator." readme = "README.md" license-file = "LICENSE.md" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.rand] version = "0.7.3" features = ["small_rng"] [dependencies.serde] version = "^1.0.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.44" [dev-dependencies.time] version = "0.1.40" [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.rand] version = "0.7.3" features = [ "small_rng", "wasm-bindgen", ]