[package] name = "packed-encoder" version = "0.1.1" edition = "2021" license-file = "LICENSE" keywords = ["serialization", "deserialization", "structs", "FFI"] homepage = "https://github.com/Narasimha1997/packed-encoder" repository = "https://github.com/Narasimha1997/packed-encoder" readme = "README.md" description = "A tiny rust crate that can be used to encode data of different types into a packed byte array which can be passed over network, system calls or FFI." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.3"