format-ende-json 0.1.1

format-ende implementation for the JSON file format, based on serde_json
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 = "2024"
name = "format-ende-json"
version = "0.1.1"
authors = [
    "dezajno <dezajno@coffe.junk.studio>",
    "cryptjar <cryptjar@coffe.junk.studio>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "format-ende implementation for the JSON file format, based on serde_json"
readme = "README.md"
keywords = [
    "io",
    "encoding",
    "data",
    "format",
    "json",
]
categories = [
    "encoding",
    "filesystem",
    "value-formatting",
]
license = "Apache-2.0"
repository = "https://codeberg.org/CoffeJunkStudio/format-ende"

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

[dependencies.format-ende]
version = "0.1.1"

[dependencies.serde]
version = "1.0.226"

[dependencies.serde_json]
version = "1.0.145"