[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]