# 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 = "serde_zon" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental serde library for serializing and deserializing the Zig programming language's ZON format." readme = "README.md" keywords = [ "zig", "zon", "serde", ] license = "MPL-2.0" repository = "https://github.com/Lamby777/serde_zon/" [lib] name = "serde_zon" path = "src/lib.rs" [dependencies.serde] version = "1.0.188" features = ["derive"]