# 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 = "sol-ctf-framework" version = "0.1.0" description = "A framework for building solana based capture the flag challenges" homepage = "https://github.com/otter-sec/sol-ctf-framework" license = "MIT OR Apache-2.0" repository = "https://github.com/otter-sec/sol-ctf-framework" resolver = "2" [dependencies.poc-framework-osec] version = "0.1.1" [dependencies.rand] version = "0.7.3" [dependencies.sha2] version = "0.10.2" [dependencies.tempfile] version = "3.2.0" [dev-dependencies.anchor-client] version = "0.23.0" [dev-dependencies.solana-program] version = "1.8.14" [dev-dependencies.threadpool] version = "1.8.1"