# 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 = "rs-wordcloud" version = "0.1.0" exclude = [ ".fleet/", ".github/", "debug/", "target/", ".idea/", ".git/", ] description = "☁ Flexible WordCloud implementation for ⚙Rust" homepage = "https://github.com/tooxo/wordcloud" documentation = "https://docs.rs/rs-wordcloud" readme = "Readme.md" keywords = [ "wordcloud", "text", "visualization", ] categories = ["wordcloud"] license = "MPL-2.0" repository = "https://github.com/tooxo/wordcloud" [profile.profiler] debug = 1 inherits = "release" [lib] name = "wordcloud" path = "src/lib.rs" doctest = false [[example]] name = "example" path = "example/main.rs" [dependencies.base64] version = "0.21.2" [dependencies.edge-detection] version = "0.2.6" optional = true [dependencies.image] version = "0.24.5" optional = true [dependencies.include_dir] version = "0.7.3" features = ["glob"] optional = true [dependencies.itertools] version = "0.10.5" [dependencies.num-traits] version = "0.2.15" [dependencies.parking_lot] version = "0.12.1" [dependencies.quadtree_rs] version = "0.1.3" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.6.1" [dependencies.rs-woff] version = "0.1.0" [dependencies.svg] version = "0.13.0" [dependencies.swash] version = "0.1.6" [dependencies.unicode-script] version = "0.5.5" [dependencies.woff2] version = "0.3.0" optional = true [features] background_image = [ "image", "edge-detection", ] default = [ "stopwords", "woff2", "background_image", ] stopwords = ["include_dir"]