# 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 = "cxx-async" version = "0.1.2" authors = ["Patrick Walton "] build = "build.rs" links = "cxx-async" autobins = false autoexamples = false autotests = false autobenches = false description = "Simple interoperability between C++ coroutines and asynchronous Rust" homepage = "https://github.com/pcwalton/cxx-async" readme = "README.md" keywords = [ "ffi", "cpp", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pcwalton/cxx-async" [lib] name = "cxx_async" crate-type = ["lib"] path = "src/lib.rs" [dependencies.async-recursion] version = "1" [dependencies.cxx] version = "1" features = ["c++20"] [dependencies.cxx-async-macro] version = "0.1.1" [dependencies.futures] version = "0.3" features = ["thread-pool"] [dependencies.link-cplusplus] version = "1" [dependencies.once_cell] version = "1" [dependencies.pin-utils] version = "0.1" [build-dependencies.cxx-build] version = "1" [build-dependencies.pkg-config] version = "0.3"