arri_common 1.1.35

Common types and utilities shared across Arri crates
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 = "arri_common"
version = "1.1.35"
authors = ["Arthur De Witte <dev@arthurdw.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common types and utilities shared across Arri crates"
readme = "README.md"
keywords = ["arri"]
categories = ["development-tools"]
license = "GPL-3.0-or-later"
repository = "https://github.com/Arthurdw/ronky"
resolver = "2"

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

[dependencies.heck]
version = "0.5.0"

[lints.clippy]
cargo = "deny"
complexity = "deny"
correctness = "deny"
perf = "deny"
style = "deny"
use_self = "deny"