jotup 0.10.0

A parser for the Djot markup language (dpc's fork of jotdown)
Documentation
[[bin]]
doc = false
name = "jotup"
path = "src/main.rs"
required-features = ["html"]

[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.tokio]
features = ["io-util"]
optional = true
version = "1.0"

[features]
async = ["dep:async-trait", "dep:tokio"]
default = ["html"]
deterministic = []
html = []

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

[package]
authors = ["Noah Hellman <noah@hllmn.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "A parser for the Djot markup language (dpc's fork of jotdown)"
documentation = "https://docs.rs/jotup"
edition = "2021"
exclude = ["contrib", ".github", ".gitmodules", "Makefile", "bench", "modules", "tests"]
homepage = "https://github.com/dpc/jotup"
keywords = ["djot", "markup"]
license = "MIT"
name = "jotup"
readme = "README.md"
repository = "https://github.com/dpc/jotup"
rust-version = "1.82"
version = "0.10.0"

[profile.ci]
debug = "line-tables-only"
incremental = false
inherits = "dev"
lto = "off"

[profile.release]
lto = true

[profile.release.package.jotup_wasm]
opt-level = "s"