releasekit 0.1.0

Client-agnostic library for fetching releases from git forges
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 = "2024"
rust-version = "1.93.1"
name = "releasekit"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client-agnostic library for fetching releases from git forges"
readme = "README.md"
keywords = [
    "github",
    "release",
    "forge",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"

[features]
ureq = ["dep:ureq"]

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

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

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

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

[[test]]
name = "gitea"
path = "tests/gitea.rs"

[[test]]
name = "github"
path = "tests/github.rs"

[[test]]
name = "gitlab"
path = "tests/gitlab.rs"

[dependencies.fast-glob]
version = "1.0.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.ureq]
version = "3.3.0"
optional = true

[dependencies.urlencoding]
version = "2.1.3"