# 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" name = "cargo-crate" version = "0.2.2" authors = ["Wilfried Kopp "] default-run = "cargo-crate" description = "A set of crate related cargo commands. You can for instance get the information about a crate, as text or json, including the owners of a crate and its versions." homepage = "https://github.com/chevdor/cargo-crate" documentation = "https://docs.rs/crate/cargo-crate" readme = "README.md" keywords = [ "cli", "cargo", "crate", "cargo-subcommand", ] license = "MIT" repository = "https://github.com/chevdor/cargo-crate" [[bin]] name = "cargo-crate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4" features = [ "std", "derive", "env", "unicode", "cargo", ] [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.env_logger] version = "0.10" [dependencies.inquire] version = "0.6" optional = true [dependencies.lib-cargo-crate] version = "0.2" [dependencies.log] version = "0.4" [dependencies.webbrowser] version = "0.8" [dev-dependencies.assert_cmd] version = "2.0" [features] default = ["interactive"] interactive = ["dep:inquire"]