magba-dev-utils 0.4.4

Development utilities for Magba.
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 = "magba-dev-utils"
version = "0.4.4"
authors = ["Sira Pornsiriprasert <code@psira.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development utilities for Magba."
homepage = "https://github.com/p-sira/magba"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/p-sira/magba"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.18"