pephub-client 0.2.0

HTTP client for the PEPHub registry API
# 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 = "pephub-client"
version = "0.2.0"
authors = ["Oleksandr Khoroshevskyi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP client for the PEPHub registry API"
homepage = "https://pep.databio.org/"
readme = false
license = "MIT"
repository = "https://github.com/khoroshevskyi/peprs"

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

[dependencies.dirs]
version = "6"

[dependencies.jsonwebtoken]
version = "10.4.0"
default-features = false

[dependencies.peprs-core]
version = "0.2.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "1.1.2+spec-1.1.0"

[dependencies.ureq]
version = "3.1.2"
features = ["json"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26.1"