# 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 = "omg" version = "0.2.1" description = "CLI app for interacting with the omg.lol API" homepage = "https://github.com/supleed2/omg-rs" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/supleed2/omg-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.dialoguer] version = "0.10.4" features = ["password"] default-features = false [dependencies.directories] version = "5.0.1" [dependencies.omg-api] version = "0.2.0" [dependencies.reqwest] version = "0.11.20" features = ["blocking"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.toml] version = "0.7.6"