fetchurl-sdk 0.1.3

Protocol-level client SDK for fetchurl content-addressable cache servers
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"
name = "fetchurl-sdk"
version = "0.1.3"
authors = ["lucasew"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol-level client SDK for fetchurl content-addressable cache servers"
homepage = "https://github.com/lucasew/fetchurl"
documentation = "https://docs.rs/fetchurl-sdk"
readme = "README.md"
keywords = [
    "fetchurl",
    "cache",
    "content-addressable",
    "hash",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/lucasew/fetchurl"

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

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

[dependencies.digest]
version = "0.10"

[dependencies.rand]
version = "0.8"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.ureq]
version = "2"
default-features = false