[WIP] Security work While on holiday
This commit is contained in:
parent
a81ac4efca
commit
7f0231e3f1
109 changed files with 19694 additions and 5210 deletions
|
|
@ -96,6 +96,10 @@ pipes = ["mtp-common/pipes", "mtp-codec/pipes", "mtp-transport?/pipes", "mtp-hos
|
|||
# Pulls in `crypto` so the `Keyring` / `PublicKeyBundle` types are in scope.
|
||||
files = ["dep:mtp-files", "crypto"]
|
||||
|
||||
# Development/migration-only access to the legacy plaintext keyring format.
|
||||
# Production users should use the Argon2id-protected `.mk` APIs instead.
|
||||
raw = ["mtp-files?/raw"]
|
||||
|
||||
# HTTP/3 routing and WebTransport-based MTP hosting on one QUIC endpoint.
|
||||
web-server = ["dep:mtp-webserver", "dep:mtp-host", "mtp-codec/registry", "transport"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue