tysonscript-object-notation 0.1.0

A dead simple config file format that just makes sense.
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 = "tysonscript-object-notation"
version = "0.1.0"
authors = ["Isaac Mills <rooster0055@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dead simple config file format that just makes sense."
readme = "README.md"
keywords = [
    "serde",
    "serialization",
    "tson",
    "tysoncloud",
    "tysonscript",
]
categories = [
    "encoding",
    "web-programming",
    "parser-implementations",
]
license = "WTFPL"
repository = "https://github.com/StratusFearMe21/tysonscript-object-notation"

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.itoa]
version = "1.0.17"

[dependencies.logos]
version = "0.16.1"

[dependencies.serde_core]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.zmij]
version = "1.0.19"

[dev-dependencies.criterion]
version = "0.8.1"

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

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.toml]
version = "0.9.11"