[package]
edition = "2021"
name = "grapheme-stdlib"
version = "0.6.1"
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"
[features]
data = ["dep:polars"]
default = []
full = [
"data",
"pdf",
"image",
"plot",
"media",
]
image = []
media = []
pdf = []
plot = []
[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.lettre]
version = "0.11"
features = [
"builder",
"smtp-transport",
"rustls-tls",
]
default-features = false
[dependencies.polars]
version = "0.46"
features = [
"csv",
"fmt",
]
optional = true
default-features = false
[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.6.1"
features = ["full"]
[dev-dependencies.tempfile]
version = "3.20"