# 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-cli" version = "0.1.2" authors = ["Velas ", "Vlad Pavlichek "] description = "VPL Relying Party Command-line Utility" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/velas/velas-program-library" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "vpl-relying-party" path = "src/main.rs" [dependencies.borsh] version = "0.9.0" [dependencies.cid] version = "0.7.0" [dependencies.clap] version = "2.33.3" [dependencies.multihash] version = "0.10" [dependencies.solana-clap-utils] version = "1.7.4" [dependencies.solana-cli-config] version = "1.6.14" package = "solana-cli-config" [dependencies.solana-client] version = "1.7.4" [dependencies.solana-logger] version = "1.7.4" [dependencies.solana-sdk] version = "1.7.4" [dependencies.vpl-relying-party] version = "0.1.0" features = ["no-entrypoint"]