grapheme-stdlib 0.3.0

Standard library operation implementations for Grapheme
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 = "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"