[package] name = "marshal" version = "0.0.0" authors = ["Richard Berry "] license = "MIT/Apache-2.0" description = "A dead simple (de)serializer" repository = "https://github.com/rjsberry/marshal" keywords = ["serialization", "no_std"] categories = ["encoding"] include = ["Cargo.toml", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"] edition = "2018" [dependencies]