[package] name = "crm-cli-utils" version = "0.2.2" edition = "2021" description = "The utis of crm cli" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anchor-lang = "0.25.0" colored = "2.0.0" inquire = "0.4.0" lazy_static = "1.4.0" rust_decimal = { version = "1.26.1", features = ["maths"] } solana-clap-utils = "1.10.29" solana-sdk = "1.10.29" solana-cli-config = "1.10.41" solana-client = "1.10.29" solana-remote-wallet = "1.10.29" solana-account-decoder ="~1.10.29" solana-program = "1.10.29" tabled = { version = "0.8.0", features = ["color"] } reqwest = "0.11.12" serde_json = "1.0.87" serde = { version = "1.0.147", features = ["derive"] } dirs-next = "2.0.0" sha2 = "0.10.6" thiserror = "1.0.20" regex = "1.4.5"