# 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" name = "json_easy2use" version = "0.2.9" authors = ["Mark Ruff "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Work with json more easily like python's dict and javascript json. includes save, load, set, append, get, delete, and more... :)" homepage = "https://github.com/RetributionByRevenue/json_easy2use" documentation = "https://docs.rs/my_macros" readme = "README.md" license = "MIT" repository = "https://github.com/RetributionByRevenue/json_easy2use" [lib] name = "json_easy2use" path = "src/lib.rs" [[bin]] name = "json_easy2use" path = "src/main.rs" [[test]] name = "test_macros" path = "tests/test_macros.rs" [dependencies.serde_json] version = "1.0"