Skip to content

Commit 07fa673

Browse files
authored
README.md: remove note about not publishing to crates.io (#68)
`v0.0.1-alpha` has been published, which is hopefully still scary enough of a version number that it's about the same as sourcing the code from git. The README still also contains a giant "USE THIS AT YOUR OWN RISK! DO NOT USE THIS IN PRODUCTION!" warning at the top.
1 parent 03e6868 commit 07fa673

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ Not only that this is incomplete that only few selected TLS suites implemented (
1515

1616
Note that RustCrypto performance is generally inferior than ring, but in exchange you got a pure Rust implementation that theoretically compiles everywhere Rust was ported to. In our case, we need to have `std` but foundational support for future `no_std` expansion is already here.
1717

18-
This package is still in its very early phase, so until we think the code is okay for general public use, this won't be published to crates.io anytime soon.
19-
20-
Meanwhile you can try it out using git crate installation:
21-
22-
```toml
23-
rustls-rustcrypto = { git = "https://github.com/RustCrypto/rustls-rustcrypto", version = "0.1" }
24-
```
25-
2618
## Supported Cipher Suites
2719

2820
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256

0 commit comments

Comments
 (0)