# 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 = "2018"
name = "json_filter_sorted"
version = "0.1.4"
authors = ["AbrarNitk <abrar.nitk@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde JSON sorted and filter"
readme = "README.md"
license = "MIT"
repository = "https://github.com/AbrarNitk/sorted_json_keys"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"