# 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 = "serde_wormhole" version = "0.1.0" authors = ["Wormhole Contributors"] description = "Serde data format for VAA payloads" homepage = "https://github.com/wormhole-foundation/wormhole" license = "Apache-2.0" repository = "https://github.com/wormhole-foundation/wormhole" [dependencies.base64] version = "0.13" [dependencies.itoa] version = "1.0.1" [dependencies.serde] version = "1" default-features = false [dependencies.serde_bytes] version = "0.11.5" [dependencies.thiserror] version = "1" [dev-dependencies.serde] version = "1" features = [ "alloc", "derive", ] default-features = false [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_repr] version = "0.1.7"