pawkit-input 0.1.21

PawKit's input module
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 = "pawkit-input"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PawKit's input module"
homepage = "https://teamvulpine.com"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/TeamVulpine/PawKit/tree/main/bitarray"
resolver = "2"

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

[dependencies.bitvec]
version = "1.0.1"

[dependencies.im]
version = "15.1.0"

[dependencies.num_enum]
version = "0.7.6"

[dependencies.pawkit-crockford]
version = "0.1.21"

[dependencies.pawkit-holy-array]
version = "0.1.21"

[dependencies.pawkit-interner]
version = "0.1.21"

[dependencies.serde]
version = "1.0.228"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0.148"

[dependencies.thiserror]
version = "2.0.18"