bezel-blocks 0.1.21

Painted fenced blocks for the bezel markdown renderer — a fence tag and its source in, an element 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-blocks"
version = "0.1.21"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Painted fenced blocks for the bezel markdown renderer — a fence tag and its source in, an element 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"

[features]
chart = []
default = ["chart"]

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

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

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

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