bezel-markdown 0.1.12

A Notion-style block document model for gpui — markdown in, markdown out
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 = "bezel-markdown"
version = "0.1.12"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Notion-style block document model for gpui — markdown in, markdown out"
homepage = "https://github.com/crabtalk/bezel"
readme = "README.md"
keywords = [
    "gpui",
    "gui",
    "ui",
    "components",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/crabtalk/bezel"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.gpui]
version = "0.3.10"
package = "bezel-gpui"

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

[dependencies.theme]
version = "0.1.12"
package = "bezel-theme"

[dev-dependencies.gpui]
version = "0.3.10"
features = ["test-support"]
package = "bezel-gpui"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']