# 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 = "libre-cli" version = "0.1.0" description = "Command line tool for the Solana Libreplex project" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/samuelvanderwaal/libre" [[bin]] name = "libre" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [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.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.serde_with] version = "3.4.0" [dependencies.serde_yaml] version = "0.9.27" [dependencies.solana-client] version = "1.17.6" [dependencies.solana-logger] version = "1.17.6" [dependencies.solana-program] version = "1.17.6" [dependencies.solana-sdk] version = "1.17.6"