[package] name = "serde-reflection-aptos" version = "0.3.5" description = "Extract representations of Serde data formats" documentation = "https://docs.rs/serde-reflection" repository = "https://github.com/novifinancial/serde-reflection" authors = [ "Mathieu Baudet ", "Brandon Williams " ] license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["data-structures", "serialization", "serde"] categories = ["encoding", "development-tools"] edition = "2018" exclude = [ # Readme template that doesn't need to be included. "README.tpl", ] [dependencies] thiserror = "1.0.25" serde = { version = "1.0.126", features = ["derive"] } once_cell = "1.7.2" [dev-dependencies] bincode = "1.3.3" serde_json = "1.0.64" serde_yaml = "0.8.17" serde_bytes = "0.11.5" [lib] name = "serde_reflection"