stick-and-string 1.1.2

SAS 1.1 (Stick And String) — human-readable data serialization format. Parser, validator, and bidirectional JSON converter.
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 = "2021"
name = "stick-and-string"
version = "1.1.2"
authors = ["Sourasish Das"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SAS 1.1 (Stick And String) — human-readable data serialization format. Parser, validator, and bidirectional JSON converter."
homepage = "https://github.com/The-the/stick-and-string-rs"
documentation = "https://docs.rs/stick-and-string"
readme = "README.md"
keywords = [
    "sas",
    "parser",
    "serialization",
    "config",
    "json",
]
categories = [
    "parser-implementations",
    "encoding",
    "config",
]
license-file = "LICENSE"
repository = "https://github.com/TheServer-lab/stick-and-string"

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

[[bin]]
name = "sas"
path = "src/main.rs"

[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"

[dependencies]

[dev-dependencies]