mdi-core 2.0.4

Language-neutral parser for MDI 2.0 syntax
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 = "mdi-core"
version = "2.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language-neutral parser for MDI 2.0 syntax"
documentation = "https://docs.rs/mdi-core"
readme = "README.md"
keywords = [
    "markdown",
    "mdi",
    "ruby",
    "typesetting",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/illusions-lab/MDI"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
wasm = [
    "dep:wasm-bindgen",
    "dep:js-sys",
]

[lib]
name = "mdi_core"
crate-type = [
    "cdylib",
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "platform_export_contracts"
path = "tests/platform_export_contracts.rs"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.markdown]
version = "1.0.0"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.time]
version = "=0.3.41"
features = ["formatting"]

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

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.zip]
version = "2.2"
features = ["deflate"]
default-features = false

[lints.rust]
unsafe_code = "deny"