json-patch 0.2.3

RFC 6902, JavaScript Object Notation (JSON) Patch
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "json-patch"
version = "0.2.3"
authors = ["Ivan Dubrov <dubrov.ivan@gmail.com>"]
description = "RFC 6902, JavaScript Object Notation (JSON) Patch"
readme = "README.md"
keywords = ["json", "json-patch"]
categories = []
license = "MIT/Apache-2.0"
repository = "https://github.com/idubrov/json-patch"
[dependencies.serde]
version = "1.0.61"

[dependencies.serde_derive]
version = "1.0.61"

[dependencies.serde_json]
version = "1.0.17"

[dependencies.treediff]
version = "3.0.1"
features = ["with-serde-json"]
optional = true
[dev-dependencies.rand]
version = "0.5.0"

[dev-dependencies.serde_json]
version = "1.0.17"
features = ["preserve_order"]

[features]
default = ["diff"]
diff = ["treediff"]
nightly = []