# 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" rust-version = "1.77.2" name = "fofa" version = "0.2.0" authors = ["algooriithm "] description = "fofa_rust is a sdk made for FOFA (a cybersecurity map tool)" documentation = "https://github.com/index2014/fofa_rust/blob/main/docs/README_EN.MD" readme = "README.MD" keywords = ["fofa"] license = "MIT" repository = "https://github.com/index2014/fofa_rust" [lib] path = "src/fofa.rs" [dependencies.argparse] version = "0.2.2" [dependencies.base64] version = "0.22.0" [dependencies.calamine] version = "0.24.0" [dependencies.json] version = "0.12.4" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1" features = ["full"] [dependencies.xlsxwriter] version = "0.6.0"