[dependencies.regex]
version = "1.10.3"
[dependencies.serde_json]
version = "1.0.114"
[dev-dependencies.string_from]
version = "0.1.0"
[lib]
name = "nestac"
path = "src/lib.rs"
[package]
authors = ["Ramon Moraes <ramonmoraes.foss@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "library to access nested structures using path-like string format."
documentation = "https://docs.rs/nestac/latest/nestac/"
edition = "2021"
homepage = "https://github.com/rmoraes92/nestac"
license = "MIT"
name = "nestac"
readme = "README.md"
repository = "https://github.com/rmoraes92/nestac"
version = "0.4.2"