# 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 = "ibb" version = "0.1.1" authors = ["infosec_us_team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Is like jq for Immunefi REST API. Search, filter and map structured data about bug bounty programs with ease." homepage = "https://github.com/infosec-us-team/ibb/" readme = "README.md" keywords = [ "cli", "immunefi", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/infosec-us-team/ibb/" [[bin]] name = "ibb" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "cargo", "derive", ] [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"]