# 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 = "juri" version = "0.4.0-alpha.3" authors = ["luoxiaozero "] description = "http service" homepage = "https://github.com/luoxiaozero/juri" readme = "README.md" keywords = [ "http", "juri", ] license = "MIT" repository = "https://github.com/luoxiaozero/juri" resolver = "1" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.58" [dependencies.base64] version = "0.20.0" [dependencies.byteorder] version = "1.4.3" [dependencies.colored] version = "2.0.0" [dependencies.futures-util] version = "0.3.25" [dependencies.juri-macros] version = "0.2.0-alpha.1" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.144" [dependencies.serde_derive] version = "1.0.144" [dependencies.serde_json] version = "1.0.83" [dependencies.sha1] version = "0.10.5" [dev-dependencies]