# 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 = "wormhole-vaas-serde" version = "0.1.0" authors = ["Wormhole Contributors"] description = "Serde Support for Wormhole VAAs" homepage = "https://github.com/wormhole-foundation/wormhole" license = "Apache-2.0" repository = "https://github.com/wormhole-foundation/wormhole" [lib] name = "wormhole_sdk" [dependencies.anyhow] version = "1" [dependencies.bstr] version = "1" features = ["serde"] [dependencies.schemars] version = "0.8.8" optional = true [dependencies.serde] version = "1" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_wormhole] version = "0.1.0" [dependencies.sha3] version = "0.10.4" [dependencies.thiserror] version = "1" [dependencies.wormhole-supported-chains] version = "0.1.0" [dev-dependencies.serde_json] version = "1" [features] default = ["schemars"] schemars = ["dep:schemars"]