# 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 = "2018" name = "stackful" version = "0.1.5" authors = ["Gary Guo "] description = "Bridge between sync and async" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nbdd0121/stackful" [dependencies.futures-executor] version = "0.3.5" optional = true [dev-dependencies.byteorder] version = "1.3" [dev-dependencies.futures] version = "0.3.5" [build-dependencies.cc] version = "1.0" [features] default = ["future"] future = ["futures-executor"] nightly = [] [target."cfg(not(any(target_arch = \"wasm32\", windows)))".dependencies.libc] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.async-std] version = "1.6" features = ["unstable"]