squigit-brain 0.1.1

Gemini attachment preparation and title generation for Squigit
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 = "squigit-brain"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gemini attachment preparation and title generation for Squigit"
readme = false
license = "Apache-2.0"
repository = "https://github.com/squigit-org/squigit"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.5"

[dependencies.chrono]
version = "0.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.squigit-auth]
version = "0.1.0"

[dependencies.squigit-harness]
version = "0.1.0"

[dependencies.squigit-storage]
version = "0.1.0"

[dependencies.tokio]
version = "1.37"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["io"]