# 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 = "surf-disco" version = "0.9.0" authors = ["Espresso Systems "] description = "HTTP client for use with tide-disco applications" readme = "README.md" license-file = "LICENSE" [dependencies.async-std] version = "1.12" features = ["attributes"] [dependencies.async-tungstenite] version = "0.13.1" features = [ "async-std-runtime", "async-tls", "async-native-tls", ] [dependencies.derivative] version = "2.2" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.reqwest] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tide-disco] version = "0.9" [dependencies.tracing] version = "0.1" [dependencies.vbs] version = "0.1" [dev-dependencies.async-compatibility-layer] version = "1.1" features = ["logging-utils"] [dev-dependencies.portpicker] version = "0.1" [dev-dependencies.toml] version = "0.8"