# 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 = "cargo-nav" version = "1.2.0" authors = ["Celeo "] exclude = [".github"] description = "Navigate directly to crate links from your terminal" homepage = "https://github.com/celeo/cargo-nav" readme = "README.md" keywords = [ "crates", "navigation", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/celeo/cargo-nav" [dependencies.anyhow] version = "1.0.69" [dependencies.fern] version = "0.6.1" features = ["colored"] [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.structopt] version = "0.3.26" [dependencies.webbrowser] version = "0.8.7" [dev-dependencies.mockito] version = "0.25.2"