# 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-common" version = "0.4.7" authors = ["Serum Foundation "] description = "Serum common utilities" license = "Apache-2.0" repository = "https://github.com/project-serum/serum-dex" [dependencies.anyhow] version = "1.0.32" optional = true [dependencies.arrayref] version = "0.3.6" [dependencies.bincode] version = "1.3.1" optional = true [dependencies.bs58] version = "0.3.1" optional = true [dependencies.rand] version = "0.7.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.56" optional = true [dependencies.serum-borsh] version = "0.8.1-serum.1" [dependencies.solana-client] version = "1.3.14" optional = true [dependencies.solana-program] version = "1.4.3" optional = true [dependencies.solana-sdk] version = "1.3.14" default-features = false [dependencies.spl-token] version = "2.0.6" default-features = false [features] client = ["spl-token/default", "solana-sdk/default", "solana-client", "anyhow", "rand", "serde_json", "bs58", "bincode"] default = [] devnet = [] program = ["spl-token/program", "solana-sdk/program", "solana-program"] strict = []