jsone 0.1.2

Zero-loss JSON serialization for Rust
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 = "jsone"
version = "0.1.2"
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
build = false
include = [
    "/src",
    "/LICENSE",
    "/README.md",
    "/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-loss JSON serialization for Rust"
documentation = "https://docs.rs/jsone/latest/jsone"
readme = "README.md"
keywords = [
    "json",
    "serde",
    "javascript",
    "bigint",
]
categories = [
    "encoding",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/oscartbeaumont/jsone"

[package.metadata."docs.rs"]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

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