diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 343b3b3..6af29e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,6 +220,57 @@ dependencies = [ ] [[package]] +name = "actix-web-lab" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b11277c9258b28bb2189b10c8910b729384d32afc7839d63568e0931d6a5493e" +dependencies = [ + "actix-files", + "actix-http", + "actix-router", + "actix-service", + "actix-utils", + "actix-web", + "actix-web-lab-derive", + "ahash 0.8.1", + "arc-swap", + "async-trait", + "bytes 1.2.1", + "bytestring", + "csv", + "derive_more", + "digest", + "futures-core", + "futures-util", + "generic-array", + "hmac", + "http", + "itertools", + "local-channel", + "mime", + "once_cell", + "pin-project-lite 0.2.9", + "regex", + "serde", + "serde_html_form", + "serde_json", + "subtle", + "tokio 1.21.2", + "tracing", +] + +[[package]] +name = "actix-web-lab-derive" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a44a15d9ddb31a4f41decd22f743a154e519fb326120e8133ef9ea6283335ad2" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "adler" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1256,6 +1307,7 @@ version = "0.1.0" dependencies = [ "actix-cors", "actix-web", + "actix-web-lab", "html2text", "kuchiki", "lib", |