oxios-markdown 1.0.2

Markdown knowledge management — ported from files.md by Artem Zakirullin
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 = "oxios-markdown"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown knowledge management — ported from files.md by Artem Zakirullin"
readme = false
keywords = [
    "markdown",
    "knowledge",
    "notes",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/a7garden/oxios"

[features]
default = []

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "serde",
]

[dependencies.chrono-tz]
version = "0.9"

[dependencies.filetime]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.md-5]
version = "0.10"

[dependencies.once_cell]
version = "1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.percent-encoding]
version = "2"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "fs",
    "sync",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
    "v4",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"