# 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 = "sdrive" version = "1.3.7" description = "Command line tool for uploading and managing files on SDrive." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.81" [dependencies.async-recursion] version = "1.0.4" [dependencies.clap] version = "3.2.8" features = [ "derive", "cargo", ] [dependencies.console] version = "0.15.0" [dependencies.ctrlc] version = "3.2.2" [dependencies.dialoguer] version = "0.8" [dependencies.digest] version = "0.10.6" [dependencies.dirs] version = "5.0.0" [dependencies.indicatif] version = "0.17.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.mime_guess] version = "2.0.4" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.16" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.solana-client] version = "1.7.11" [dependencies.solana-program] version = "1.18.7" [dependencies.solana-sdk] version = "1.7.11" [dependencies.tokio] version = "1.16" features = ["full"] [dependencies.toml] version = "0.7.3" [dependencies.uuid] version = "1.3" features = ["v4"]