# 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 = "zasa" version = "0.1.2" authors = ["MarkAssPandi"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple JSON parser with no dependencies" homepage = "https://codeberg.org/micropanda123/zasa" readme = "README.md" keywords = [ "parser", "json", "decoding", ] categories = [ "config", "data-structures", "encoding", ] license-file = "LICENSE.txt" repository = "https://codeberg.org/micropanda123/zasa" [profile.release-max] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 panic = "abort" overflow-checks = false inherits = "release" [lib] name = "zasa" path = "src/lib.rs" [[bin]] name = "zasa" path = "src/main.rs" [dependencies]