# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "polywrap_msgpack_serde" version = "0.0.2" authors = ["Nestor Amesty "] description = "An msgpack Serializer and Deserializer data format with Serde for Polywrap" readme = "README.md" keywords = [ "serde", "encoding", "decoding", "serialization", "deserialization", ] categories = ["encoding"] license = "MIT OR Apache-2.0" [dependencies.bigdecimal] version = "0.3.0" features = ["serde"] default-features = false [dependencies.byteorder] version = "1.4.3" [dependencies.num-bigint] version = "0.4" features = ["serde"] default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [dependencies.serde_bytes] version = "0.11.9" [dependencies.serde_json] version = "1.0.74" features = ["alloc"] default-features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.serde_derive] version = "1.0"