# 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" version = "0.1.1" authors = ["Wormhole Contributors"] description = "Serialization/deserialization of Wormhole VAAs" homepage = "https://github.com/wormhole-foundation/wormhole-sdk-rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wormhole-foundation/wormhole-sdk-rs" [dependencies.alloy-primitives] version = "0.2.0" [dependencies.anchor-lang] version = "0.28.0" optional = true [dependencies.hex-literal] version = "0.4.1" [dependencies.serde] version = "1.0.171" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.103" optional = true [dev-dependencies] [features] anchor = ["anchor-lang"] default = [] serde = [ "dep:serde", "dep:serde_json", "alloy-primitives/serde", ]