# 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 = "ojos" version = "1.3.0" authors = ["Ojos Project"] build = false exclude = [ ".github", ".vscode", "/docs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to help members of the Ojos Project at the University of California, Irvine." homepage = "https://github.com/ojosproject/cli/" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/ojosproject/cli/" [[bin]] name = "ojos" path = "src/main.rs" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", "multipart", ]