[package]
name = "ssof"
version = "0.2.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Parser, serializer, and patch applier for Shell Safe Options Format"
documentation = "https://docs.rs/ssof"
keywords = ["ssof", "shell", "config", "json"]
categories = ["config", "encoding", "parser-implementations"]
[dependencies]
serde_json = "1.0"