Compare commits
No commits in common. "e95afd3e3282984173e0f9ca6bc08bb3e039a5cc" and "d42b80d7e1ae581deceba877ef8f43dcf662d55e" have entirely different histories.
e95afd3e32
...
d42b80d7e1
3 changed files with 5 additions and 11 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1241,7 +1241,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mangadex-home"
|
||||
version = "0.5.3"
|
||||
version = "0.5.2"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"arc-swap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mangadex-home"
|
||||
version = "0.5.3"
|
||||
version = "0.5.2"
|
||||
license = "GPL-3.0-or-later"
|
||||
authors = ["Edward Shen <code@eddie.sh>"]
|
||||
edition = "2018"
|
||||
|
|
12
README.md
12
README.md
|
@ -2,15 +2,9 @@ A Rust implementation of a MangaDex@Home client.
|
|||
|
||||
This client contains the following features:
|
||||
|
||||
- Easy migration from the official client
|
||||
- Fully compliant with MangaDex@Home specifications
|
||||
- Multi-threaded, high performance, and low overhead client
|
||||
- HTTP/2 support for API users, HTTP/2 only for upstream connections
|
||||
- Secure and privacy oriented features:
|
||||
- Only supports TLS 1.2 or newer; HTTP is not enabled by default
|
||||
- Options for no logging and no metrics
|
||||
- Support for on-disk XChaCha20 encryption with ephemeral key generation
|
||||
- Supports an internal LFU, LRU, or a redis instance for in-memory caching
|
||||
- Multi-threaded
|
||||
- HTTP/2 support
|
||||
- No support for TLS 1.1 or 1.0
|
||||
|
||||
## Building
|
||||
|
||||
|
|
Loading…
Reference in a new issue