taino-edit 0.2.0

Native Rust WYSIWYG rich-text editor framework for Leptos (Dioxus reserved for v0.2). Pure Rust, no JS bridge.
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 = "2021"
rust-version = "1.80"
name = "taino-edit"
version = "0.2.0"
authors = ["Juanma <johnimmanuelx@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Rust WYSIWYG rich-text editor framework for Leptos (Dioxus reserved for v0.2). Pure Rust, no JS bridge."
homepage = "https://github.com/juanma-dev/taino-edit"
readme = false
keywords = [
    "editor",
    "wysiwyg",
    "rich-text",
    "leptos",
    "prosemirror",
]
categories = [
    "web-programming",
    "gui",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/juanma-dev/taino-edit"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
dioxus = ["dep:taino-edit-dioxus"]
dom = ["dep:taino-edit-dom"]
extensions = ["dep:taino-edit-extensions"]
leptos = [
    "dep:taino-edit-leptos",
    "dom",
    "extensions",
]

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

[dependencies.taino-edit-core]
version = "0.2.0"

[dependencies.taino-edit-dioxus]
version = "0.2.0"
optional = true

[dependencies.taino-edit-dom]
version = "0.2.0"
optional = true

[dependencies.taino-edit-extensions]
version = "0.2.0"
optional = true

[dependencies.taino-edit-leptos]
version = "0.2.0"
optional = true