[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.cookie]
features = ["secure"]
version = "0.18"
[dependencies.parking_lot]
version = "0.12"
[dependencies.rand]
version = "0.8"
[dependencies.thiserror]
version = "2"
[dependencies.uuid]
features = ["v4"]
optional = true
version = "1"
[features]
default = ["in-memory"]
in-memory = ["uuid"]
[lib]
name = "author_web"
path = "src/lib.rs"
[package]
authors = ["Sean Burton <seanjburton@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common code for Author web integrations"
edition = "2021"
homepage = "https://github.com/sburton84/author-rs"
license = "MIT"
name = "author-web"
readme = "README.md"
repository = "https://github.com/sburton84/author-rs"
version = "0.1.0"