# 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 = "cratuity" version = "0.1.5" authors = ["Ben Mayoras "] exclude = ["assets/*"] description = "A tui for searching crates.io" readme = "README.md" keywords = ["tui", "crates-io", "search", "terminal"] license = "GPL-3.0-or-later" repository = "https://github.com/TheMayoras/cratuity" resolver = "2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clipboard] version = "0.5" optional = true [dependencies.comfy-table] version = "2.1" [dependencies.crossterm] version = "0.18" [dependencies.open] version = "2.0" optional = true [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tui] version = "0.14" features = ["crossterm"] default-features = false [features] browser = ["open"] copy = ["clipboard"]