Skip to content

Commit

Permalink
docs.rs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Dec 10, 2024
1 parent ae2fa45 commit 7766c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[package]
name = "rustls-cng"
version = "0.5.2"
version = "0.5.3"
authors = ["Dmitry Pankratov <[email protected]>"]
description = "Windows CNG API bridge for rustls"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustls/rustls-cng"
documentation = "https://rustls.github.io/rustls-cng/doc/rustls_cng"
documentation = "https://docs.rs/rustls-cng"
readme = "README.md"
keywords = ["cng", "tls", "rustls", "windows"]
edition = "2021"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
no-default-features = true

[dependencies]
rustls = { version = "0.23", default-features = false, features = ["std"] }
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ Rationale: In many situations, it is required to use non-exportable private cert

Supported key/certificate types: **RSA**, **ECDSA/ECDH**. Supported elliptic curves: secp256r1 (prime256v1), secp384r1.

## Documentation

Documentation is available [here](https://rustls.github.io/rustls-cng/doc/rustls_cng).
[Documentation](https://docs.rs/rustls-cng).

## Usage

Expand Down

0 comments on commit 7766c76

Please sign in to comment.