zsh-sys 0.2.0

Low-level bindings to dynamically-loadable zsh internals
# 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 = "2024"
name = "zsh-sys"
version = "0.2.0"
authors = ["Cole McAnelly <cole.mcanelly3@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Low-level bindings to dynamically-loadable zsh internals
"""
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zsh-rs/zsh-sys"

[features]
all = [
    "zle",
    "modules",
    "builtins",
]
builtins = ["pastey"]
default = ["all"]
modules = ["pastey"]
zle = ["pastey"]

[lib]
name = "zsh"
path = "src/lib.rs"

[[test]]
name = "base"
path = "tests/base.rs"

[[test]]
name = "builtins"
path = "tests/builtins.rs"

[[test]]
name = "modules"
path = "tests/modules.rs"

[[test]]
name = "zle"
path = "tests/zle.rs"

[dependencies.pastey]
version = "0.2"
optional = true

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.glob]
version = "0.3.3"

[build-dependencies.zsh-src]
version = "0.1"