# 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 = "jsonbuilder" version = "0.1.0" authors = ["Pedro Augusto "] build = "src/build.rs" description = "A json builder used to create JSON structures using a simple DSL" readme = "README.md" license = "MIT" repository = "https://github.com/peeeuzin/jsonbuilder" [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.toml] version = "0.8.16" [build-dependencies.hooky-rs] version = "1.0.0"