affine_doc_loader 0.1.9

AFFiNE document parsing and rendering utilities.
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 = "2024"
rust-version = "1.88"
name = "affine_doc_loader"
version = "0.1.9"
authors = ["DarkSky <darksky2048@gmail.com>"]
build = false
exclude = ["/src/tests/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AFFiNE document parsing and rendering utilities."
homepage = "https://affine.pro"
readme = false
keywords = [
    "affine",
    "document",
    "loader",
]
categories = ["text-processing"]
license = "AGPL-3.0-only"
repository = "https://github.com/toeverything/AFFiNE"

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

[dependencies.affine_merge]
version = "0.1.0"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.nanoid]
version = "0.5"

[dependencies.pulldown-cmark]
version = "0.13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.y-octo]
version = "0.1.1"

[dev-dependencies.assert-json-diff]
version = "2.0"