devup-editor-markdown 1.0.2

Markdown ↔ Document conversion (import + export) for devup-editor
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.85"
name = "devup-editor-markdown"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown ↔ Document conversion (import + export) for devup-editor"
homepage = "https://github.com/dev-five-git/devup-editor"
readme = false
license = "Apache-2.0"
repository = "https://github.com/dev-five-git/devup-editor"
resolver = "2"

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

[dependencies.devup-editor-core]
version = "1.0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"