# 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 = "wcloud" version = "0.1.0" authors = ["isaackd "] description = "Generate beautiful word clouds with support for masks, custom fonts, custom coloring functions, and more." readme = "README.md" keywords = [ "creative", "graphics", "utility", ] categories = [ "command-line-utilities", "multimedia::images", "visualization", ] license-file = "LICENSE" repository = "https://github.com/isaackd/wcloud" [profile.release] debug = 2 [[bench]] name = "create_wordcloud" harness = false [dependencies.ab_glyph] version = "0.2.20" [dependencies.clap] version = "3.2.23" [dependencies.csscolorparser] version = "0.6.2" [dependencies.image] version = "0.24.6" [dependencies.nanorand] version = "0.7.0" [dependencies.palette] version = "0.6.1" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.164" optional = true [dependencies.serde_derive] version = "1.0.164" optional = true [dependencies.serde_json] version = "1.0.99" optional = true [dependencies.woff2] version = "0.3.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [features] visualize = [ "dep:serde", "dep:serde_derive", "dep:serde_json", ]