ssof 0.2.1

Parser, serializer, and patch applier for Shell Safe Options Format
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 = "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"