tail-fin-core 0.7.5

Public session-lifecycle abstractions for tail-fin: Site trait, SessionManager, Credentials, SessionStatus, auth errors. The stable API surface that downstream agents (Flock A2A etc.) consume.
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"
rust-version = "1.85"
name = "tail-fin-core"
version = "0.7.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public session-lifecycle abstractions for tail-fin: Site trait, SessionManager, Credentials, SessionStatus, auth errors. The stable API surface that downstream agents (Flock A2A etc.) consume."
homepage = "https://github.com/motosan-dev/tail-fin"
readme = "README.md"
keywords = [
    "browser-automation",
    "session",
    "cookies",
    "scraping",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/motosan-dev/tail-fin"

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.night-fury-core]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]
default-features = false