serde_sjson 1.2.1

An SJSON serialization file 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 = "serde_sjson"
version = "1.2.1"
authors = ["Lucas Schwiderski"]
build = false
exclude = [
    ".github/",
    ".ci/",
    "Justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An SJSON serialization file format"
documentation = "https://docs.rs/serde_sjson"
readme = "README.md"
keywords = [
    "serde",
    "serialization",
    "sjson",
]
categories = [
    "encoding",
    "parser-implementations",
]
license-file = "LICENSE"
repository = "https://github.com/sclu1034/serde_sjson"

[badges.maintenance]
status = "passively-maintained"

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

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

[dependencies.nom]
version = "8"

[dependencies.nom_locate]
version = "5"

[dependencies.serde]
version = "1.0"
default-features = false

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]