webspace 0.2.0

wasm utilities
# 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"
rust-version = "1.85"
name = "webspace"
version = "0.2.0"
authors = ["José Gois <ze.gois.00@gmail.com>"]
build = false
exclude = ["target/"]
include = []
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wasm utilities"
homepage = "https://userspace.zegois.com/webspace"
documentation = "https://userspace.zegois.com/webspace/doc"
readme = "README.md"
keywords = [
    "web",
    "wasm",
    "webpage",
    "saas",
    "application",
]
categories = [
    "wasm",
    "web-programming",
]
license-file = "LICENSE"
repository = "https://github.com/ze-gois/rust_webspace"
resolver = "2"

[package.metadata]
mode = "unoticed"
note = "esta é uma crate padrão"
whatever = 42

[package.metadata.debug]
mode = "debug"

[package.metadata.release]
allow-branch = [
    "main",
    "release",
]
sign-commit = true
sign-tag = true
push-remote = "origin"
registry = "crates-io"
release = true
publish = true
verify = true
owners = ["ze-gois"]
push = true
push-options = []
shared-version = true
consolidate-commits = true
pre-release-commit-message = "chore(release): bump {{name}} to {{version}} ✨"
pre-release-replacements = []
pre-release-hook = "./pre_release.sh"
tag-message = "Release {{name}} v{{version}} – feito com amor ❤️"
tag-prefix = "v"
tag-name = "v{{version}}"
tag = true
enable-features = []
enable-all-features = false
dependent-version = "upgrade"
metadata = "optional"
target = ""
certs-source = "webpki"

[package.metadata.release.rate-limit]
requests = 1
seconds = 0

[features]
default = ["no_std"]
no_std = []
with_std = []

[lib]
name = "webspace"
crate-type = ["lib"]
path = "src/library.rs"
test = false
doctest = true
bench = false
doc = true
required-features = []

[dependencies.ample]
version = "0.2.0"

[dependencies.humans]
version = "0.2.0"

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

[build-dependencies.cc]
version = "1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "AudioBuffer",
    "AudioBufferSourceNode",
    "AudioContext",
    "AudioDestinationNode",
    "AudioNode",
    "AudioScheduledSourceNode",
    "CanvasGradient",
    "CanvasRenderingContext2d",
    "Document",
    "DomRect",
    "Element",
    "EventTarget",
    "HtmlButtonElement",
    "HtmlCanvasElement",
    "HtmlInputElement",
    "MouseEvent",
    "Window",
]