[dependencies]
[features]
clipboard = []
drop_files = ["web-sys", "web-sys/File"]
links = []
[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
description = "Basic types and structs used in Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_core"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
version = "0.9.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
optional = true
version = "0.3.60"