[package] name = "watto" version = "0.1.0" edition = "2021" description = "Utilities for parsing and serializing Plain Old Data" authors = ["Sentry "] license = "Apache-2.0" readme = "README.md" documentation = "https://docs.rs/watto" homepage = "https://github.com/getsentry/watto" repository = "https://github.com/getsentry/watto" [features] std = [] writer = ["std"] strings = ["std", "leb128", "thiserror"] [dependencies] leb128 = { version = "0.2.5", optional = true } thiserror = { version = "1.0.33", optional = true } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]