# 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 = "bubbles-rs" version = "0.2.0" exclude = ["bin/**/*"] description = "A TUI Framework inspired by Go Bubbles" homepage = "https://github.com/ahmad2smile/bubbles-rs" readme = "README.md" keywords = [ "bubbles", "tui", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/ahmad2smile/bubbles-rs" [lib] name = "bubbles" path = "src/lib.rs" [[bin]] name = "bubbles" path = "src/bin/bin.rs" [dependencies.crossterm] version = "0.25.0" [dependencies.fast-srgb8] version = "1.0.0" [dependencies.palette] version = "0.6.1"