shibari-grammar 0.0.0

Tools for complex (keyboard) bindings — Core types for working with grammars
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 = "shibari-grammar"
version = "0.0.0"
authors = ["raykast <me@june-s.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for complex (keyboard) bindings — Core types for working with grammars"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/ray-kast/wi"
resolver = "2"

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

[dependencies.indexmap]
version = "2.12.0"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.thiserror]
version = "2.0.17"

[lints.clippy]
clone_on_ref_ptr = "deny"
disallowed_methods = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust]
missing_copy_implementations = "deny"
missing_debug_implementations = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"