synx-format 3.6.0

SYNX — The Active Data Format (meta crate). Re-exports synx-core under a format-oriented crate name.
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 = "synx-format"
version = "3.6.0"
authors = ["APERTURESyndicate <support@aperturesyndicate.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SYNX — The Active Data Format (meta crate). Re-exports synx-core under a format-oriented crate name."
readme = false
keywords = [
    "synx",
    "parser",
    "config",
    "json-alternative",
    "data-format",
]
categories = [
    "parser-implementations",
    "config",
]
license = "MIT"
repository = "https://github.com/kaiserrberg/synx-format"

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

[dependencies.synx-core]
version = "=3.6.0"