[package] name = "qt-json" version = "1.0.2" edition = "2021" categories = ["data-structures"] author = "Dominic Heun " license = "BSD-3-Clause" description = "JSON library for QT" repository = "https://github.com/thedome/qt-json-rs" homepage = "https://github.com/thedome/qt-json-rs" exclude = [".idea",".github"] [dependencies] log = "0.4.14" byteorder = "1.4.3" num = "0.4" num-traits = "0.2" num-derive = "0.3"