tailsurf 0.12.2

Rust SDK for tail.surf live transcript streams
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 = "2024"
rust-version = "1.95"
name = "tailsurf"
version = "0.12.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for tail.surf live transcript streams"
homepage = "https://tail.surf"
documentation = "https://docs.rs/tailsurf"
readme = "README.md"
keywords = [
    "streaming",
    "websocket",
    "transcript",
    "logs",
]
categories = [
    "api-bindings",
    "asynchronous",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/s2-streamstore/tailsurf"

[lib]
name = "tailsurf"
path = "src/lib.rs"

[[example]]
name = "create_write_read_delete"
path = "examples/create_write_read_delete.rs"

[[test]]
name = "protocol_fixtures"
path = "tests/protocol_fixtures.rs"

[[test]]
name = "rest_fixtures"
path = "tests/rest_fixtures.rs"

[dependencies.base64]
version = "0.23.1"

[dependencies.bytes]
version = "1.12.1"

[dependencies.futures-util]
version = "0.3.34"
features = [
    "sink",
    "std",
]

[dependencies.memchr]
version = "2.8.3"

[dependencies.rand]
version = "0.10.2"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "stream",
]

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "net",
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.30.0"
features = ["rustls-tls-native-roots"]

[dependencies.ubid]
version = "0.1.5"
features = ["serde"]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"