dioxus-code-editor 0.0.1

Syntax-highlighted code editor component for Dioxus.
# 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.0.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"

[features]
default = ["desktop"]
desktop = [
    "dioxus/desktop",
    "dioxus/launch",
]
web = [
    "dioxus/web",
    "dioxus/launch",
]

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

[[bin]]
name = "dioxus-code-editor"
path = "src/main.rs"

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

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