# 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 = "api-forge" version = "0.0.2" authors = ["Emil Schütt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library for constructing SDKs for an API" readme = "README.md" license = "MIT" repository = "https://github.com/retrokiller543/api-forge" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [profile.release] lto = true [lib] name = "api_forge" path = "src/lib.rs" [[example]] name = "derive" path = "examples/derive.rs" [[example]] name = "json_placeholder" path = "examples/json_placeholder.rs" doc-scrape-examples = true [dependencies.anyhow] version = "1.0.87" [dependencies.api-forge-macro] version = "0.0.2" [dependencies.reqwest] version = "0.12.7" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rust] version = "0.6.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.tracing] version = "0.1.40"