[dependencies.serde_json]
version = "1.0"
[lib]
name = "e9571_config_reader"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "parsing"]
description = "A simple Rust crate to read config.json from executable directory"
documentation = "https://docs.rs/e9571_config-reader"
edition = "2024"
homepage = "https://github.com/e9571"
keywords = ["config", "json", "file-reading", "configuration", "data-processing"]
license = "MIT"
name = "e9571_config-reader"
readme = false
repository = "https://github.com/e9571/config-reader"
version = "0.1.1"