# 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 = "yojson-rs" version = "0.1.2" authors = ["Naoki Kaneko "] exclude = ["tests/*", ".github/*"] description = "A parser for Yojson format(https://mjambon.github.io/mjambon2016/yojson.html)." readme = "README.md" keywords = ["json", "parser"] categories = ["encoding"] license = "MIT" repository = "https://github.com/puripuri2100/yojson-rs" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_derive] version = "1.0.117"