mirror of
https://github.com/seemueller-io/hyper-custom-cert.git
synced 2025-09-08 22:46:45 +00:00
generates docs before cargo publish
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
|||||||
- name: Publish to crates.io
|
- name: Publish to crates.io
|
||||||
env:
|
env:
|
||||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||||
run: cargo publish
|
run: cargo rustdoc -p hyper-custom-cert --all-features && cargo publish
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -364,7 +364,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper-custom-cert"
|
name = "hyper-custom-cert"
|
||||||
version = "0.1.8"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hyper-rustls",
|
"hyper-rustls",
|
||||||
"hyper-tls",
|
"hyper-tls",
|
||||||
|
@@ -17,12 +17,7 @@ A small, ergonomic HTTP client wrapper around hyper with optional support for cu
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
Add this to your `Cargo.toml`:
|
`cargo add hyper-custom-cert`
|
||||||
|
|
||||||
```toml
|
|
||||||
[dependencies]
|
|
||||||
hyper-custom-cert = "0.1.0"
|
|
||||||
```
|
|
||||||
|
|
||||||
### Basic Usage (Secure Default)
|
### Basic Usage (Secure Default)
|
||||||
|
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hyper-custom-cert"
|
name = "hyper-custom-cert"
|
||||||
version = "0.1.9"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
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."
|
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"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/seemueller-io/hyper-custom-cert"
|
repository = "https://github.com/seemueller-io/hyper-custom-cert"
|
||||||
documentation = "https://docs.rs/hyper-custom-cert"
|
documentation = "https://docs.rs/hyper-custom-cert"
|
||||||
homepage = "https://docs.rs/hyper-custom-cert"
|
homepage = "https://docs.rs/hyper-custom-cert"
|
||||||
readme = "README.md"
|
readme = "../../README.md"
|
||||||
keywords = ["hyper", "http-client", "tls", "rustls", "self-signed"]
|
keywords = ["hyper", "http-client", "tls", "rustls", "self-signed"]
|
||||||
categories = ["asynchronous", "network-programming", "web-programming::http-client"]
|
categories = ["asynchronous", "network-programming", "web-programming::http-client"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user