# 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 = "qbjs_deserializer" version = "0.0.5" authors = ["Alexandre Poirot "] description = "This crate attempts to deserialize files serialized in Qt5's internal binary JSON format to a serde_json value." homepage = "https://gitlab.com/qbjs_deserializer/qbjs_deserializer" readme = "README.md" keywords = [ "Qt5", "binary", "json", "deserialize", ] categories = ["encoding"] license = "MIT" repository = "https://gitlab.com/qbjs_deserializer/qbjs_deserializer" [dependencies.encoding] version = "0.2" [dependencies.serde_json] version = "1.0"