# 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 = "2021" rust-version = "1.60.0" name = "json-toolkit" version = "0.1.1" authors = ["Alexis Le Provost "] description = "An utility library providing pointer facilities and extending 3rd-parties JSON types" homepage = "https://github.com/alekece/json-toolkit-rs" readme = "README.md" keywords = [ "json", "pointer", "util", "toolkit", "ext", ] license = "MIT" repository = "https://github.com/alekece/json-toolkit-rs" resolver = "2" [dependencies.derive_more] version = "^0.99.17" features = ["display"] default-features = false [dependencies.json] version = "^0.12.4" optional = true [dependencies.serde] version = "^1.0.144" features = ["derive"] optional = true [dependencies.serde_json] version = "^1.0.85" optional = true [dependencies.thiserror] version = "^1.0.32" [features] default = [] json = ["dep:json"] serde = [ "dep:serde", "serde_json", ] [badges.maintenance] status = "actively-developed"