nematic 0.1.0

Portable smolweb rendering engine — Gemini, Gopher, Markdown, feeds, and the knot note format, lowered to the inker document model.
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"
name = "nematic"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable smolweb rendering engine — Gemini, Gopher, Markdown, feeds, and the knot note format, lowered to the inker document model."
documentation = "https://docs.rs/nematic"
readme = "README.md"
keywords = [
    "smolweb",
    "gemini",
    "gopher",
    "rendering",
    "engine",
]
categories = [
    "web-programming",
    "rendering",
]
license = "MPL-2.0"
repository = "https://github.com/mark-ik/serval"
resolver = "2"

[features]
default = []
views = ["dep:xilem-serval"]

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

[[example]]
name = "knot-render"
path = "examples/knot-render.rs"
test = true

[dependencies.errand]
version = "=0.1.3"

[dependencies.inker]
version = "=0.1.0"

[dependencies.jotdown]
version = "0.10"

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.xilem-serval]
version = ">=0.0.1"
optional = true

[dev-dependencies]