php-all-sys 0.0.2

Autogenerated Rust bindingings for PHP extension development for still used PHP versions
Documentation
[workspace]
members = ["example-ext", "sys-build"]

[package]
name = "php-all-sys"
version = "0.0.2"
authors = ["Paweł Chojnacki <pawel.chcki@gmail.com>"]
edition = "2018"
repository = "https://github.com/pawelchcki/php-all-sys.git"
license = "Apache-2.0 OR BSD-3-Clause"
license-file = "LICENSE"
description = "Autogenerated Rust bindingings for PHP extension development for still used PHP versions"
include = [
    "Cargo.toml",
    "LICENSE",
    "LICENSE.Apache",
    "LICENSE.BSD3",
    "README.md",
    "src/**",
]

[lib]
# The generated modules carry doc comments lifted verbatim from the PHP C
# headers; some (e.g. zend_ini_parse_quantity) contain indented grammar that
# Rust would try to run as doctests. These are C docs, not Rust examples, so
# doctests are disabled for the crate.
doctest = false

[dependencies]