# 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 = "my-info" version = "0.7.0" authors = ["João Lucas "] build = false exclude = [".github/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "In this project you will see some information about yourself through the GitHub user" readme = "README.md" license = "MIT" repository = "https://github.com/joaolfp/MyInfo" [[bin]] name = "my-info" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.comfy-table] version = "7.1.1" [dependencies.futures] version = "0.3.31" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.tokio] version = "1.41.0" features = ["full"]