jsonptr 0.4.2

Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)
Documentation
[dependencies.fluent-uri]
default-features = false
optional = true
version = "0.1.4"

[dependencies.serde]
default-features = false
features = ["alloc"]
version = "1.0"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"

[dependencies.uniresid]
optional = true
version = "0.1.4"

[dependencies.url]
optional = true
version = "2"

[features]
default = ["std"]
std = ["serde/std", "serde_json/std", "fluent-uri?/std"]

[package]
authors = ["chance dinkins"]
description = "Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)"
documentation = "https://docs.rs/jsonptr"
edition = "2021"
homepage = "https://github.com/chanced/jsonptr"
keywords = ["json-pointer", "rfc-6901", "6901"]
license = "MIT OR Apache-2.0"
name = "jsonptr"
readme = "README.md"
repository = "https://github.com/chanced/jsonptr"
version = "0.4.2"