# 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 = "dreamy-cli" version = "0.1.0" description = "A cli to work with dependencies" homepage = "https://github.com/LunchTimeCode/dreamy-cli" documentation = "https://github.com/LunchTimeCode/dreamy-cli" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/LunchTimeCode/dreamy-cli" [[bin]] name = "dy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.4.8" features = [ "derive", "unstable-doc", "env", ] [dependencies.clap-markdown] version = "0.1.3" [dependencies.colored] version = "2" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8"