# 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" rust-version = "1.74.0" name = "throbber-widgets-tui-julien-cpsn" version = "0.7.0" authors = ["arkbig"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is a ratatui widget that displays throbber." documentation = "https://docs.rs/throbber-widgets-tui/latest/throbber_widgets_tui/" readme = "README.md" keywords = [ "tui", "widgets", ] categories = ["command-line-utilities"] license = "Zlib" repository = "https://github.com/arkbig/throbber-widgets-tui" [lib] name = "throbber_widgets_tui_julien_cpsn" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.28.0"