# 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 = "chillup" version = "0.5.0" authors = ["Cokemonkey11"] description = "A dependency search tool for wurstlang libraries" homepage = "https://github.com/Cokemonkey11/chillup" readme = "README.md" keywords = [ "wurst", "wurstlang", "dependencies", "search", ] categories = [ "command-line-utilities", "development-tools", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Cokemonkey11/chillup" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.comfy-table] version = "7.1" [dependencies.futures-util] version = "0.3" [dependencies.octocrab] version = "0.39" features = ["stream"] [dependencies.reqwest] version = "0.12" [dependencies.select] version = "0.6" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39" features = ["full"]