forte-json 0.1.1

Streaming JSON serializer for the Forte web framework
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 = "forte-json"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming JSON serializer for the Forte web framework"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/NamseEnt/fn0"

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

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

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

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

[dependencies.bytes]
version = "1.5"

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]