release-dep 0.1.0

A Rust library for fetching and downloading release binaries from multiple Git repositories (GitHub and Gitee) with semver version matching.
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 = "release-dep"
version = "0.1.0"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for fetching and downloading release binaries from multiple Git repositories (GitHub and Gitee) with semver version matching."
readme = "README.md"
keywords = [
    "release",
    "dependency",
    "github",
    "gitee",
    "semver",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/drivercraft/release-dep"

[lib]
name = "release_dep"
path = "src/lib.rs"

[[example]]
name = "test_gitee"
path = "examples/test_gitee.rs"

[[example]]
name = "test_github"
path = "examples/test_github.rs"

[[example]]
name = "test_multi_repo"
path = "examples/test_multi_repo.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"