# 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 = "get-blessed" version = "0.2.1" authors = ["Josue "] exclude = ["public/*"] description = "Terminal tool to get you the best crates for your rust projects with a few keybindings, curated by blessed.rs" homepage = "https://github.com/josueBarretogit/get_blessed_rs" readme = "README.md" keywords = [ "cli", "command-line", "developer-tools", ] categories = [ "development-tools", "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/josueBarretogit/get_blessed_rs" [dependencies.color-eyre] version = "0.6.2" [dependencies.crates_io_api] version = "0.11.0" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.open] version = "5.1.3" [dependencies.ratatui] version = "0.26.3" features = [ "all-widgets", "unstable-widget-ref", ] [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26" [dependencies.throbber-widgets-tui] version = "0.5.0" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tui-widget-list] version = "0.9.0" [dependencies.type_utilities] version = "0.1.2" features = ["bool"]