# 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 = "krate_info" version = "0.1.1" authors = ["Nofix"] description = "Small library utilizing `crates_io_api` to offer a straightforward interface for retrieving information about crates" readme = "README.md" keywords = [ "rust", "crate", "info", ] license-file = "LICENSE" repository = "https://github.com/N0fix/krate_info" [lib] [dependencies.crates_io_api] version = "0.8.1" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.20" [dependencies.semver] version = "1.0.18"