# 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 = "duckup" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for downloading new versions of duckdb" readme = "README.md" keywords = [ "install", "duckdb", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/natemcintosh/duckup" [[bin]] name = "duckup" path = "src/main.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.home] version = "0.5.9" [dependencies.os_info] version = "3.8.2" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde] version = "1.0.198" [dependencies.serde_derive] version = "1.0.198" [dependencies.serde_json] version = "1.0.116" [dependencies.tempfile] version = "3.10.1" [dependencies.zip] version = "1.1.0" [dev-dependencies.rstest] version = "0.18.2"