[package]
edition = "2024"
name = "jvars"
version = "0.3.0"
authors = ["Alexander Kalashnikov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for working with JSON via data paths"
homepage = "https://github.com/akmitrich/jvars"
readme = "README.md"
license = "Unlicense"
repository = "https://github.com/akmitrich/jvars"
[lib]
name = "jvars"
path = "src/lib.rs"
[[test]]
name = "change_separator"
path = "tests/change_separator.rs"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.thiserror]
version = "2.0.18"