Add dual licensing under MIT or Apache-2.0 and update version to 0.1.7. Fixed documentation generation workflow.

This commit is contained in:
geoffsee
2025-08-14 17:44:11 -04:00
parent 7efc32947e
commit dcae449dc6
6 changed files with 231 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "hyper-custom-cert"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates."
license = "MIT OR Apache-2.0"

View File

@@ -2,7 +2,7 @@
[![Crates.io](https://img.shields.io/crates/v/hyper-custom-cert.svg)](https://crates.io/crates/hyper-custom-cert)
[![docs.rs](https://img.shields.io/docsrs/hyper-custom-cert)](https://docs.rs/hyper-custom-cert)
[![CI](https://github.com/seemueller-io/http_client/actions/workflows/ci.yml/badge.svg)](https://github.com/seemueller-io/http_client/actions)
[![CI](https://github.com/seemueller-io/hyper-custom-cert/actions/workflows/ci.yml/badge.svg)](https://github.com/seemueller-io/hyper-custom-cert/actions)
A reusable HTTP client builder API with clear, securityfocused feature flags for selecting your TLS backend and security posture.