# 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" name = "random_word" version = "0.4.3" authors = ["Mitchell Rhys Hall"] exclude = [ "src/attr/*", "src/txt/*", "build.rs", ] description = "Efficient functions for generating random words in many languages." readme = "README.md" keywords = [ "random", "words", "generate", "multilingual", "english", ] categories = [ "algorithms", "localization", "internationalization", ] license = "MIT" repository = "https://github.com/MitchellRhysHall/random_word" [package.metadata.docs.rs] no-default-features = true [dependencies.ahash] version = "0.8.3" [dependencies.brotli] version = "3.4.0" [dependencies.once_cell] version = "1.18.0" [dependencies.paste] version = "1.0.5" [dependencies.rand] version = "0.8.5" [build-dependencies.brotli] version = "3.4.0" [build-dependencies.unicase] version = "2.6.0" [features] de = [] en = [] es = [] fr = [] ja = [] zh = []