# 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 = "wordcloud-rs" version = "0.1.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A word-cloud image generation crate." readme = "README.md" keywords = [ "wordcloud", "word", "visualisation", "image", "text", ] license = "Unlicense" repository = "https://github.com/Inspirateur/wordcloud-rs" [lib] name = "wordcloud_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.fontdue] version = "0.9" [dependencies.image] version = "0.25" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.palette] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.twemoji-rs] version = "0.1" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.lazy_static] version = "1.5" [dev-dependencies.regex] version = "1.11"