# 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-metadata-resolver" version = "0.1.1" authors = ["Stephen Seaton "] description = "This is an executable designed to get you the current package's metadata in json format. This was a \"learn how to rust\" project for me so don't expect a large amount of updates/improvements." readme = "ReadMe.md" keywords = [ "cargo", "metadata", "resolver", "json", ] license = "Beerware" repository = "https://github.com/Bored0ne/cargo-metadata-resolver" [dependencies.chrono] version = "0.4.26" [dependencies.dict] version = "0.1.5" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.toml] version = "0.7.6"