edtf-wasm 0.2.0

WebAssembly bindings for edtf-core: EDTF (ISO 8601-2) validation for JavaScript.
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.82"
name = "edtf-wasm"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly bindings for edtf-core: EDTF (ISO 8601-2) validation for JavaScript."
readme = false
keywords = [
    "edtf",
    "date",
    "iso8601",
    "wasm",
    "javascript",
]
categories = [
    "date-and-time",
    "wasm",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/CarlAllenn/edtf"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-Oz",
    "--enable-bulk-memory",
    "--enable-nontrapping-float-to-int",
]

[lib]
name = "edtf_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.edtf-core]
version = "0.2.0"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1"

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

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"