# 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 = "nicelocal-ext-php-rs" version = "0.10.4" authors = ["David Cole "] exclude = [ "/.github", "/.crates", "/guide", ] description = "Bindings for the Zend API to build PHP extensions natively in Rust." homepage = "https://github.com/davidcole1340/ext-php-rs" readme = "README.md" keywords = [ "php", "ffi", "zend", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/davidcole1340/ext-php-rs" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docs", ] [dependencies.anyhow] version = "1" optional = true [dependencies.bitflags] version = "2" [dependencies.cfg-if] version = "1.0" [dependencies.nicelocal-ext-php-rs-derive] version = "=0.10.1" [dependencies.once_cell] version = "1.17" [dependencies.parking_lot] version = "0.12" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.anyhow] version = "1" [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.cc] version = "1.0" [build-dependencies.skeptic] version = "0.13" [features] closure = [] [target."cfg(windows)".build-dependencies.native-tls] version = "0.2" [target."cfg(windows)".build-dependencies.ureq] version = "2.4" features = [ "native-tls", "gzip", ] default-features = false [target."cfg(windows)".build-dependencies.zip] version = "0.6"