# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nix-query" version = "1.0.2" authors = ["Rebecca Turner "] description = "A cached fuzzy searcher for Nix packages" keywords = ["NixOS", "Nix", "fuzzy-search", "package-managment", "tui"] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/9999years/nix-query/" [lib] name = "nix_query" path = "src/lib.rs" [[bin]] name = "nix-query" path = "src/main.rs" [dependencies.colored] version = "1.9.2" [dependencies.dirs] version = "2.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.skim] version = "0.7.0" [dependencies.structopt] version = "0.3.8" [dev-dependencies.pretty_assertions] version = "0.6.1"