# 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 = "silver_surf" version = "0.1.4" authors = ["lenscas "] description = "A wrapper arround surf" readme = "README.md" keywords = ["http-client", "async", "quicksilver", "wasm"] license = "MIT/Apache-2.0" repository = "https://github.com/lenscas/silver_surf" [dependencies.serde] version = ">1.0.0" [dependencies.serde_json] version = ">1.0.0" [features] default = ["std-web"] std-web = ["stdweb"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.http-client] version = "2.0.0" features = ["native_client"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.surf] version = "= 2.0.0-alpha.1" [target."cfg(target_arch = \"wasm32\")".dependencies.stdweb] version = "0.4.20" features = ["experimental_features_which_may_break_on_minor_version_bumps"] optional = true