[package] name = "gzbbinarydoc" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "this is a json like object structure to organize data.supported data types are binary(Vec),string,i64,f64,null,Vec and hashmap. the document can be parsed from and to a vec." homepage = "https://github.com/gzbakku/gzbbinarydoc" repository = "https://github.com/gzbakku/gzbbinarydoc" readme = "README.md" keywords = ["binary", "json","document"] categories = ["parsing", "data-structures"] license = "GPL-3.0" [dependencies] byteorder = "1.4.3"