sevenmark-utils 2.21.6

Shared utilities for SevenMark 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"
rust-version = "1.93.0"
name = "sevenmark-utils"
version = "2.21.6"
authors = ["Levi Laine <shiueo.csh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared utilities for SevenMark crates"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/sevenwiki/sevenmark"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sevenmark-parser]
version = "2.21.6"