# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tide-auth" version = "0.1.0" authors = ["zuiyu1998 <1542844298@qq.com>"] description = "This is the library for tide parsing the auth field" readme = "README.md" keywords = ["tide", "auth"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/zuiyu1998/tide-auth" [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1.9" features = ["attributes"] [dependencies.async-trait] version = "0.1.42" [dependencies.base64] version = "0.13" [dependencies.http-types] version = "2.10" [dependencies.tide] version = "0.16"