# 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 = "remy-widgets" version = "0.1.0" description = "A library with miscellaneous utility widgets for ratatui." homepage = "https://github.com/jmaarleveld/remy-widgets" documentation = "https://docs.rs/remy-widgets" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jmaarleveld/remy-widgets" [dependencies.anyhow] version = "1.0.86" [dependencies.arboard] version = "3.4.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.ratatui] version = "0.28.0" features = ["unstable-widget-ref"] [dependencies.unicode-width] version = "0.1.13" [features] backend-crossterm = [] backend-termion = [] backend-termwiz = [] backend-test = [] default = ["backend-crossterm"]