# 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 = "fuzz-introspector-client" version = "0.0.2" authors = ["Nathaniel Brough "] description = "An unofficial client library for the fuzz introspector API." documentation = "https://docs.rs/fuzz-introspector-client" readme = "README.md" keywords = [ "oss-fuzz", "fuzz", "api", "introspector", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/silvergasp/fuzz-introspector-client" [[example]] name = "introspector_query" [dependencies.anyhow] version = "1.0.75" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["serde_derive"] [dependencies.serde_derive] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.clap] version = "4.4.9" features = ["derive"] [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4.3"