# 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" rust-version = "1.76" name = "cargo-lookup" version = "0.1.0" description = "Command-line crate registry index querying for Cargo" homepage = "https://github.com/collinoc/cargo-lookup" readme = "README.md" categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/collinoc/cargo-lookup" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.1" features = ["derive"] optional = true [dependencies.semver] version = "1.0.22" features = ["serde"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.ureq] version = "2.9.6" [features] cli = ["clap"] default = ["cli"]