# 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 = "oh2" version = "0.1.2" authors = ["ryqdev"] description = "All in one shell tool" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/ryqdev/oh" [[bin]] name = "oh" path = "src/oh.rs" [dependencies.clap] version = "4.5.9" [dependencies.env_logger] version = "0.11.3" [dependencies.http] version = "1.1.0" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.204" [dependencies.serde_derive] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.toml] version = "0.8.15"