# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vpl-relying-party" version = "0.1.1" authors = ["Velas ", "Vlad Pavlichek "] description = "Velas Program Library Relying-Party" license = "Apache-2.0" repository = "https://github.com/velas/velas-program-library" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] crate-type = ["cdylib", "lib"] [dependencies.borsh] version = "0.9.0" [dependencies.cid] version = "0.7.0" [dependencies.multihash] version = "0.10" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.solana-program] version = "1.7.4" [dependencies.thiserror] version = "1.0.25" [dev-dependencies.solana-program-test] version = "1.7.4" [dev-dependencies.solana-sdk] version = "1.7.4" [features] no-entrypoint = [] test-bpf = []