split-yew 0.3.0

Yew component for the Split.js library: a resizable split view for web apps.
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"
name = "split-yew"
version = "0.3.0"
authors = ["Alessandro Balducci <aleb2000@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yew component for the Split.js library: a resizable split view for web apps."
readme = "README.md"
keywords = [
    "yew",
    "component",
    "split",
    "resizable",
    "wrapper",
]
categories = [
    "gui",
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/aleb2000/split-yew"

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

[dependencies.js-sys]
version = "0.3.64"

[dependencies.regex]
version = "1.9.3"

[dependencies.wasm-bindgen]
version = "0.2.87"

[dependencies.web-sys]
version = "0.3.64"

[dependencies.yew]
version = "0.22"