dioxus-code-editor 0.1.1

Syntax-highlighted code editor component for Dioxus.
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"
name = "dioxus-code-editor"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syntax-highlighted code editor component for Dioxus."
homepage = "https://dioxuslabs.github.io/dioxus-code/"
readme = "README.md"
keywords = [
    "dioxus",
    "code",
    "highlighting",
    "editor",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ealmloff/dioxus-code"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = [
    "x86_64-unknown-linux-gnu",
    "wasm32-unknown-unknown",
]

[features]
all-languages = ["dioxus-code/all-languages"]

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

[dependencies.dioxus]
version = "0.7.0"
features = ["lib"]
default-features = false

[dependencies.dioxus-code]
version = "0.1.1"
features = ["runtime"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Element",
    "Event",
    "EventTarget",
    "HtmlTextAreaElement",
    "InputEvent",
]