# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "artemis" version = "0.1.0" authors = ["Genna Wingert "] description = "An integrated GraphQL Client that supports caching, fetching and others through extensible exchanges in Rust and with WASM." readme = "README.md" keywords = ["graphql", "web", "async", "cache", "wasm"] categories = ["asynchronous", "wasm", "web-programming", "web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/wingertge/artemis.git" [[bench]] name = "integration_bench" [dependencies.artemis-codegen-proc-macro] version = "^0.1.0-alpha.0" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1" [dependencies.futures] version = "0.3" optional = true [dependencies.parking_lot] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.stable-vec] version = "0.4" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.criterion-macro] version = "0.3" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] default = ["observable", "default-exchanges"] default-exchanges = ["reqwest"] observable = ["tokio", "stable-vec", "futures"] [target."cfg(any(doc, target_arch = \"wasm32\"))".dependencies.js-sys] version = "0.3" [target."cfg(any(doc, target_arch = \"wasm32\"))".dependencies.serde-wasm-bindgen] version = "0.1" [target."cfg(any(doc, target_arch = \"wasm32\"))".dependencies.wasm-bindgen] version = "0.2" [target."cfg(any(doc, target_arch = \"wasm32\"))".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(any(doc, target_arch = \"wasm32\"))".dependencies.web-sys] version = "0.3" features = ["RequestInit", "Window", "Request"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.10" features = ["json"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "0.2" features = ["rt-core"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "0.2" features = ["full"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio-test] version = "0.2"