[package]
edition = "2021"
name = "ssof"
version = "0.2.1"
authors = ["waterlens <waterlens@waterlens.moe>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser, serializer, and patch applier for Shell Safe Options Format"
homepage = "https://github.com/waterlens/shell-safe-options-format"
documentation = "https://docs.rs/ssof"
readme = false
keywords = [
"ssof",
"shell",
"config",
"json",
]
categories = [
"config",
"encoding",
"parser-implementations",
]
license = "MIT"
repository = "https://github.com/waterlens/shell-safe-options-format"
[lib]
name = "ssof"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1.0"