Skip to content

Commit 7766c76

Browse files
committed
docs.rs fixes
1 parent ae2fa45 commit 7766c76

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
[package]
22
name = "rustls-cng"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Dmitry Pankratov <[email protected]>"]
55
description = "Windows CNG API bridge for rustls"
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rustls/rustls-cng"
8-
documentation = "https://rustls.github.io/rustls-cng/doc/rustls_cng"
8+
documentation = "https://docs.rs/rustls-cng"
99
readme = "README.md"
1010
keywords = ["cng", "tls", "rustls", "windows"]
1111
edition = "2021"
1212

1313
[package.metadata.docs.rs]
1414
default-target = "x86_64-pc-windows-msvc"
15+
no-default-features = true
1516

1617
[dependencies]
1718
rustls = { version = "0.23", default-features = false, features = ["std"] }

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Rationale: In many situations, it is required to use non-exportable private cert
1515

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

18-
## Documentation
19-
20-
Documentation is available [here](https://rustls.github.io/rustls-cng/doc/rustls_cng).
18+
[Documentation](https://docs.rs/rustls-cng).
2119

2220
## Usage
2321

0 commit comments

Comments
 (0)