# 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 = "yewlish-fetch" version = "0.3.1" authors = ["Kirill Korotkov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A macro for generating Yew fetch API bindings." documentation = "https://docs.rs/yewlish-fetch" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/patchwork-body/yewlish.git" [lib] name = "yewlish_fetch" path = "src/lib.rs" proc-macro = true [[test]] name = "test_fetch_schema" path = "tests/test_fetch_schema.rs" [dependencies.heck] version = "^0.5" [dependencies.quote] version = "^1" [dependencies.syn] version = "^2" [dependencies.yew] version = "0.21" [dependencies.yewlish-fetch-utils] version = "^0.3" [dev-dependencies.serde] version = "^1" [dev-dependencies.serial_test] version = "^3.1" [dev-dependencies.wasm-bindgen] version = "^0.2" [dev-dependencies.wasm-bindgen-futures] version = "^0.4" [dev-dependencies.wasm-bindgen-test] version = "^0.3" [dev-dependencies.yewlish-testing-tools] version = "1.3"