# 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 = "nanotubes" version = "0.1.0" description = "Fancy websocket wrapper" license = "Apache-2.0" resolver = "2" [dependencies.async-tungstenite] version = "0.16.1" [dependencies.dashmap] version = "5.0.0" [dependencies.miette] version = "3.2.0" [dependencies.retry] version = "1.3.0" [dependencies.thiserror] version = "1.0.30" [dependencies.uuid] version = "0.8.2" [features] async-native-tls = ["async-tungstenite/async-native-tls"] async-std-runtime = ["async-tungstenite/async-std-runtime"] async-tls = ["async-tungstenite/async-tls"] gio-runtime = ["async-tungstenite/gio-runtime"] tokio-native-tls = ["async-tungstenite/tokio-native-tls"] tokio-openssl = ["async-tungstenite/tokio-openssl"] tokio-runtime = ["async-tungstenite/tokio-runtime"] tokio-rustls-native-certs = ["async-tungstenite/tokio-rustls-native-certs"] tokio-rustls-webpki-roots = ["async-tungstenite/tokio-rustls-webpki-roots"]