# 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" rust-version = "1.75" name = "viz-test" version = "0.2.6" authors = ["Fangdun Tsai "] description = "The core traits and types in for Viz" homepage = "https://viz.rs" documentation = "https://docs.rs/viz-test" readme = "README.md" keywords = [ "async", "framework", "http", "service", "web", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/viz-rs/viz" [dependencies.bytes] version = "1.6" [dependencies.futures-util] version = "0.3" [dependencies.headers] version = "0.4" [dependencies.http] version = "1.1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.3" [dependencies.mime] version = "0.3" [dependencies.nano-id] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "cookies", "json", "multipart", ] [dependencies.serde] version = "1.0" [dependencies.sessions] version = "0.6" features = ["memory"] [dependencies.tokio] version = "1.38" features = [ "net", "full", ] [dependencies.viz] version = "0.8.8" features = ["fs"]