immutable-json 1.2.0

Immutable JSON transformations
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 = "immutable-json"
version = "1.2.0"
build = false
exclude = ["*.iml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Immutable JSON transformations"
homepage = "https://github.com/wdonne/immutable-json"
readme = "README.md"
keywords = [
    "json",
    "immutable",
]
license = "BSD-2-Clause"
repository = "https://github.com/wdonne/immutable-json"

[features]
jaq = [
    "dep:bytes",
    "dep:jaq-core",
    "dep:jaq-std",
    "dep:jaq-json",
]
patch = ["dep:json-patch"]

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

[dependencies.bytes]
version = "1.12.0"
optional = true

[dependencies.imbl]
version = "7.0.0"

[dependencies.imbl-util]
version = "1.0.0"

[dependencies.jaq-core]
version = "3.1.0"
optional = true

[dependencies.jaq-json]
version = "2.0.1"
optional = true

[dependencies.jaq-std]
version = "3.0.1"
optional = true

[dependencies.json-patch]
version = "4.2.0"
optional = true

[dependencies.serde_json]
version = "1.0.150"

[dependencies.take-until]
version = "0.2.0"