# 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 = "sns-warp-common" version = "0.1.0" description = "Common definitions for the Solana Name Service Warp cross-chain identity protocol" license = "MIT" [dependencies.bonfida-utils] version = "0.6.1" optional = true [dependencies.borsh] version = "0.10.3" [dependencies.bytemuck] version = "1.14.0" [dependencies.byteorder] version = "1.4.3" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.primitive-types] version = "0.12.1" default-features = false [dependencies.solana-program] version = "1.16.16" optional = true [features] default = [] devnet = [] solana = [ "dep:solana-program", "dep:bonfida-utils", ]