# 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 = "zui-widgets" version = "0.0.3" authors = ["Abhinav Chavali ", "Florian Dehau "] exclude = ["assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags"] autoexamples = true description = " An addition to `zui` to add widgets to your UI\n" documentation = "https://docs.rs/tui/0.16.0/tui/" readme = "README.md" keywords = ["tui", "zui", "widgets"] license = "MIT" repository = "https://github.com/dumrich/zui-widgets" [dependencies.bitflags] version = "1.3" [dependencies.cassowary] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.unicode-segmentation] version = "1.2" [dependencies.unicode-width] version = "0.1" [dependencies.zui-core] version = "0.0.3" [dev-dependencies.argh] version = "0.1" [dev-dependencies.rand] version = "0.8"