# 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 = "serum-dev-tools" version = "1.0.6" authors = ["Sayantan Karmakar "] description = "Developer Tooling Suite for building on Serum Dex" homepage = "https://github.com/project-serum/serum-dev-tools" keywords = ["solana", "project-serum", "serum-dex", "developer", "tools"] license = "Apache-2.0" repository = "https://github.com/project-serum/serum-dev-tools" resolver = "2" [[bin]] name = "serum-dev-tools" path = "src/bin/main.rs" [dependencies.anchor-client] version = "0.24.2" [dependencies.anyhow] version = "1.0.56" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.reqwest] version = "0.11.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0.122" features = ["derive"] [dependencies.solana-sdk] version = "1.8.14" [dependencies.thiserror] version = "1.0.30"