# 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 = "nifty-cli" version = "0.1.0" authors = ["nifty-oss maintainers "] description = "CLI for the Nifty Asset program." homepage = "https://nifty-oss.org" documentation = "https://nifty-oss.org" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/nifty-oss/cli" [[bin]] name = "nifty" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "0.9.3" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.indicatif] version = "0.17.8" [dependencies.nifty-asset] version = "0.4.0" features = ["serde"] [dependencies.podded] version = "0.5.1" [dependencies.retry] version = "2.0.0" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.serde_with] version = "3.7.0" [dependencies.serde_yaml] version = "0.9.27" [dependencies.solana-client] version = "~1.16" [dependencies.solana-logger] version = "~1.16" [dependencies.solana-program] version = "~1.16" [dependencies.solana-sdk] version = "~1.16" [dependencies.tokio] version = "1.35.1"