# 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 = "2018" name = "serde_json5" version = "0.1.0" authors = ["Gary Bressler "] description = "A Serde (de)serializer for JSON5." readme = "README.md" keywords = [ "json5", "json", "serialization", "deserialization", "parse", ] license = "Apache-2.0" repository = "https://github.com/google/serde_json5" [lib] name = "serde_json5" path = "third_party/src/lib.rs" [[test]] name = "serde_json5_test" path = "third_party/tests/lib.rs" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.serde] version = "1.0" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0"