Skip to content
Snippets Groups Projects
Select Git revision
  • d898412f31f2ae2d9e0d68435c81c43eedb76bff
  • main default protected
2 results

Cargo.lock

Blame
  • Cargo.lock 47.24 KiB
    # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    version = 3
    
    [[package]]
    name = "actix-codec"
    version = "0.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
    dependencies = [
     "bitflags",
     "bytes",
     "futures-core",
     "futures-sink",
     "log",
     "memchr",
     "pin-project-lite",
     "tokio",
     "tokio-util",
    ]
    
    [[package]]
    name = "actix-http"
    version = "3.2.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0c83abf9903e1f0ad9973cc4f7b9767fd5a03a583f51a5b7a339e07987cd2724"
    dependencies = [
     "actix-codec",
     "actix-rt",
     "actix-service",
     "actix-utils",
     "ahash",
     "base64",
     "bitflags",
     "brotli",
     "bytes",
     "bytestring",
     "derive_more",
     "encoding_rs",
     "flate2",
     "futures-core",
     "h2",
     "http",
     "httparse",
     "httpdate",
     "itoa",
     "language-tags",
     "local-channel",
     "mime",
     "percent-encoding",
     "pin-project-lite",
     "rand",
     "sha1",
     "smallvec",
     "tracing",
     "zstd",
    ]
    
    [[package]]
    name = "actix-macros"
    version = "0.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
    dependencies = [
     "quote",
     "syn",
    ]
    
    [[package]]
    name = "actix-router"