# 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 = "2018" name = "cns" version = "0.1.2" authors = ["Adam WierchoĊ‚a "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Search for Rust crates without leaving the terminal." readme = "README.md" keywords = [ "crates", "crates-io", "search", "tui", "terminal", ] license = "MIT" repository = "https://github.com/adamsky/cns" [[bin]] name = "cns" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" [dependencies.clipboard] version = "0.5.0" optional = true [dependencies.consecrates] version = "0.1.1" [dependencies.crossterm] version = "0.28.1" [dependencies.http_req] version = "0.13.0" features = ["rust-tls"] default-features = false [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false [dependencies.webbrowser] version = "1.0.2" [features] default = ["clipboard"]