binswap-github 0.1.7

Download and swap binaries from GitHub
Documentation
# 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 = "binswap-github"
version = "0.1.7"
authors = ["Oliver Bøving <oliver@bvng.dk>"]
description = "Download and swap binaries from GitHub"
homepage = "https://github.com/oeb25/binswap"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/oeb25/binswap"

[dependencies.binstalk]
version = "0.12.0"
features = ["trust-dns"]

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.crates_io_api]
version = "0.9.0"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.derive_builder]
version = "0.12.0"

[dependencies.serde]
version = "1.0.152"
features = ["derive"]

[dependencies.tempfile]
version = "3.3.0"

[dependencies.tokio]
version = "1.25.0"

[dev-dependencies.tokio]
version = "1.25.0"
features = ["full"]

[dev-dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tracing-error]
version = "0.2.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter"]

[badges.github]
repository = "oeb25/binswap"