# 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 = "2018" name = "serum-crank" version = "0.4.7" authors = ["Serum Foundation "] description = "Serum DEX" license = "Apache-2.0" repository = "https://github.com/project-serum/serum-dex" [[bin]] name = "crank" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.debug_print] version = "1.0.0" [dependencies.enumflags2] version = "0.6.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7.3" [dependencies.safe-transmute] version = "0.11.0" [dependencies.serum] version = "0.4.0" features = ["client"] default-features = false [dependencies.serum-common] version = "0.4.4" features = ["client"] [dependencies.slog-scope] version = "4.3" [dependencies.slog-stdlog] version = "4" [dependencies.sloggers] version = "1.0" [dependencies.solana-client] version = "1.6.18" [dependencies.solana-sdk] version = "1.6.18" [dependencies.spl-token] version = "3.0.0-pre1" features = ["no-entrypoint"] default-features = false [dependencies.threadpool] version = "1.8.1" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.warp] version = "0.2"