[package] name = "clmm-common" version = "0.1.39" edition = "2021" description = "Blockchain, Clmm for Solana" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 1.11.4 [dependencies] clap = "2.33.0" solana-sdk = "1.10.29" solana-client = "1.10.29" solana-cli-config = "1.10.29" solana-cli-output = "1.10.29" solana-program = "1.10.29" solana-account-decoder = "1.10.29" spl-token = "3.3.1" mpl-token-metadata = "1.3.3" spl-associated-token-account = "1.0.5" solana-clap-utils = "1.10.29" solana-remote-wallet = "1.10.29" console = "0.15.0" thiserror = "1.0.31" tabled = { version = "0.8.0", features = ["color"] } colored = "2.0.0" serde = { version = "1.0.140", features = ["derive"] } serde_yaml = "0.9.1" lazy_static = "1.4.0" dirs-next = "2.0.0" borsh = { version = "0.9.1", features = ["const-generics"] } sha2 = "0.10.2" nom = "7.1.1" uint = "0.9.3" inquire = "0.3.0" rust_decimal = { version = "1.26.1", features = ["maths"] } reqwest = "0.11.12" serde_json = "1.0.87"