# 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 = "php-tokio" version = "0.1.7" authors = ["Daniil Gentili "] description = "Use any async Rust library from PHP!" homepage = "https://github.com/danog/php-tokio" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/danog/php-tokio" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docs", ] [dependencies.ext-php-rs] version = "^0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "^0.2" [dependencies.php-tokio-derive] version = "=0.2.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-pipe] version = "^0.2"