jasper-core 0.2.2

Joplin sync-format core: model, parser, serializer, in-memory index (no IO; portable to WASM)
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 = "jasper-core"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Joplin sync-format core: model, parser, serializer, in-memory index (no IO; portable to WASM)"
readme = "README.md"
keywords = [
    "joplin",
    "notes",
    "markdown",
    "parser",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xVanTuring/jasper"

[features]
serde = ["dep:serde"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.getrandom]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.serde_json]
version = "1"