sheeet-funcs 0.1.4

Sheeet! base functions crate.
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 = "sheeet-funcs"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sheeet! base functions crate."
homepage = "https://sheeet.matejpavlicek.cz"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tikinang/sheeet"

[features]
fetch = [
    "wasm-bindgen-futures",
    "web-sys",
]

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

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

[dependencies.wasm-bindgen-futures]
version = "0.4.50"
optional = true

[dependencies.web-sys]
version = "0.3.77"
features = [
    "Headers",
    "Request",
    "RequestInit",
    "RequestMode",
    "Response",
    "Window",
]
optional = true