cometd-client 0.3.6

Client for LongPolling CometD connections
Documentation
# 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 = "cometd-client"
version = "0.3.6"
description = "Client for LongPolling CometD connections"
homepage = "https://github.com/BratSinot/cometd-client"
readme = "README.md"
keywords = [
    "http",
    "cometd",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/BratSinot/cometd-client"

[dependencies.arc-swap]
version = "1.6.*"

[dependencies.async-broadcast]
version = "0.5.*"

[dependencies.base64]
version = "0.21.*"
optional = true

[dependencies.cookie]
version = "0.17.*"

[dependencies.hyper]
version = "0.14.*"
features = [
    "tcp",
    "http1",
    "http2",
    "client",
]

[dependencies.serde]
version = "1.0.*"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.*"

[dependencies.serde_with]
version = "3.0.*"
features = ["macros"]
default-features = false

[dependencies.thiserror]
version = "1.0.*"

[dependencies.tokio]
version = "1"
features = ["macros"]

[dependencies.url]
version = "2.3.*"

[dev-dependencies]

[features]
all = ["basic"]
basic = ["base64"]