zon-lib 0.1.0

6.2x faster than JSON. A zero-copy, memory-mapped data format for high-performance systems.
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 = "zon-lib"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "6.2x faster than JSON. A zero-copy, memory-mapped data format for high-performance systems."
documentation = "https://docs.rs/zon-lib"
readme = "README.md"
keywords = [
    "serialization",
    "zero-copy",
    "performance",
    "json",
    "binary",
]
categories = [
    "encoding",
    "data-structures",
    "parsing",
]
license = "MIT"
repository = "https://github.com/zaim-abbasi/zon"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[bench]]
name = "serialization_bench"
path = "benches/serialization_bench.rs"
harness = false

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

[dev-dependencies.serde_json]
version = "1.0"