[package] name = "ci-testing-kbartush" version = "1.5.5" authors = ["Kyle Bartush "] description = "XDR object serialization for Rust" license = "MIT" readme = "README.md" homepage = "https://github.com/" repository = "https://github.com/kbartush/ci-testing" keywords = ["test"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] xdr-rs-serialize = { version = "0.1.0-alpha" } xdr-rs-serialize-derive = { version = "0.1.0-alpha" } json = "0.12.0"