# 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_builder" version = "0.2.0" authors = ["Jonh The Cooling Fan "] description = "serde extension to build de/serialization algorithms for types using a builder pattern" documentation = "https://docs.rs/serde_builder" readme = "README.md" categories = [ "encoding", "rust-patterns", ] license = "MIT" repository = "https://github.com/JohnTheCoolingFan/serde_builder" [dependencies.concat-arrays] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] leaking = []