bezel-markdown 0.1.20

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.90"
name = "bezel-markdown"
version = "0.1.20"
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 = "rects"
path = "tests/rects.rs"

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

[[test]]
name = "scrollbars"
path = "tests/scrollbars.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 = "source_lines"
path = "tests/source_lines.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.20"
package = "bezel-theme"

[dependencies.ui]
version = "0.1.20"
package = "bezel-ui"

[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"))']