[package]
edition = "2021"
name = "grapheme-stdlib"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library operation implementations for Grapheme"
homepage = "https://github.com/entasislabs/grapheme"
readme = false
license = "Apache-2.0"
repository = "https://github.com/entasislabs/grapheme"
[lib]
name = "grapheme_stdlib"
path = "src/lib.rs"
[dependencies.csv]
version = "1.3"
[dependencies.ehttp]
version = "0.7.1"
[dependencies.html-to-markdown-rs]
version = "3.4.0"
features = ["serde"]
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sqlx]
version = "0.8"
features = [
"runtime-tokio-rustls",
"any",
"sqlite",
"postgres",
"json",
]
[dependencies.surrealdb]
version = "3.0.5"
features = [
"protocol-http",
"rustls",
]
default-features = false
[dependencies.tokio]
version = "1.48"
features = [
"rt",
"time",
"net",
]
[dependencies.websearch]
version = "0.1.1"
[dev-dependencies.grapheme-signatures]
version = "0.3.0"