md2ast 1.0.2

Markdown → JSON AST for CleverScript / Relay hosts (WASM, JNI, Rust).
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 = "md2ast"
version = "1.0.2"
authors = ["Ari Asulin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown → JSON AST for CleverScript / Relay hosts (WASM, JNI, Rust)."
homepage = "https://gitlab.com/clevertree/md2ast"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/clevertree/md2ast"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-Oz",
    "--enable-bulk-memory",
    "--strip-debug",
]

[features]
android = [
    "jni",
    "android_logger",
]
default = []
wasm = [
    "wasm-bindgen",
    "serde-wasm-bindgen",
]

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

[dependencies.android_logger]
version = "0.13"
optional = true

[dependencies.jni]
version = "0.21"
optional = true

[dependencies.once_cell]
version = "1"

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

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true