# 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 = "various-rust-utils" version = "0.1.3" authors = ["Dino Bikic "] description = "Some helpers for rust projects" homepage = "https://github.com/dbikic/various-rust-utils" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dbikic/various-rust-utils" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.biscuit] version = "0.5.0" [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.22.1" [dependencies.graphql_client] version = "0.10.0" [dependencies.reqwest] version = "0.11.9" features = ["json"] optional = false [dependencies.serde] version = "1.0" features = ["derive"] optional = false [dependencies.thiserror] version = "1.0.30"