# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "json_serializer" version = "1.0.0" authors = ["Mahanth Mohan "] exclude = ["sample.json", "Cargo.toml"] description = "A simple JSON serializer that can encode and decode data from a file already in valid JSON format into a Hashmap, and deserialize it back into the original JSON string" readme = "README.md" keywords = ["json", "serializer", "encoder", "decoder"] categories = ["encoding", "parser-implementations", "parsing"] license-file = "LICENSE" repository = "https://github.com/mahanthmohan/serializer" [lib] crate-type = ["rlib"]