# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dcl-crypto-middleware-rs" version = "0.2.1" description = "Utils to authenticate Decentraland users on Rust services" readme = "./README.md" license = "Apache-2.0" repository = "https://github.com/decentraland/dcl-crypto-middleware-rs" [dependencies.async-trait] version = "0.1.68" optional = true [dependencies.dcl-crypto] version = "0.2.1" [dependencies.fastrand] version = "1.9.0" optional = true [dependencies.log] version = "0.4.17" [dependencies.serde_json] version = "1.0.96" optional = true [dependencies.tokio] version = "1.28.0" optional = true [dev-dependencies.serde_json] version = "1.0" [features] default = [ "ws", "ws_signed_headers", "signed_fetch", ] signed_fetch = [] ws = [ "dep:fastrand", "dep:async-trait", "dep:tokio", ] ws_signed_headers = [ "signed_fetch", "dep:serde_json", ]