# 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-info" version = "0.7.7" authors = ["Cyril Plisko "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extends cargo to query crates.io registry for crates details" documentation = "https://docs.rs/cargo-info" readme = "README.md" keywords = [ "cargo", "info", "subcommand", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://gitlab.com/imp/cargo-info.git" [[bin]] name = "cargo-info" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" default-features = false [dependencies.chrono-humanize] version = "0.2" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.crates_io_api] version = "0.8" default-features = false [dependencies.fmtools] version = "0.1" [features] default = ["crates_io_api/default"] pedantic = [] rustls = ["crates_io_api/rustls"] [badges.gitlab] repository = "imp/cargo-info" [badges.travis-ci] repository = "imp/cargo-info"