# 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 = "duckfetch" version = "0.3.3" authors = ["Philippe Massicotte "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for managing DuckDB installations, enabling users to easily list available versions and install specific ones." homepage = "https://github.com/pmassicotte/duckfetch" documentation = "https://docs.rs/duckfetch" readme = "README.md" keywords = [ "DuckDB", "database", "fetch", "CLI", "tool", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/pmassicotte/duckfetch" [profile.dev] opt-level = 1 [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "duckfetch" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "cargo", "color", ] [dependencies.clap_complete] version = "4.5.29" [dependencies.dirs] version = "5" [dependencies.inquire] version = "0.7" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.webbrowser] version = "1.0.2" [dependencies.zip] version = "2"