cns 0.1.1

Search through Rust crates without leaving the terminal.
[dependencies.anyhow]
version = "1.0.38"

[dependencies.chrono]
version = "0.4.19"

[dependencies.clipboard]
optional = true
version = "0.5.0"

[dependencies.consecrates]
version = "0.1.1"

[dependencies.crossterm]
version = "0.18.0"

[dependencies.http_req]
default-features = false
features = ["rust-tls"]
version = "0.7.2"

[dependencies.tui]
default-features = false
features = ["crossterm"]
version = "0.14"

[dependencies.webbrowser]
version = "0.5.5"

[features]
default = ["clipboard"]

[package]
authors = ["adamsky <adamsky@enum.space>"]
description = "Search through Rust crates without leaving the terminal."
edition = "2018"
keywords = ["crates", "crates-io", "search", "tui", "terminal"]
license = "MIT"
name = "cns"
readme = "README.md"
repository = "https://github.com/adamsky/cns"
version = "0.1.1"