e2p-sys 0.2.1

Low level bindings for libe2p (e2fsprogs/e2fslibs), providing functionality for ext2/ext3/ext4 filesystems
Documentation
# 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 = "e2p-sys"
version = "0.2.1"
authors = ["Michael Lass <bevan@bi-co.net>"]
build = "build.rs"
links = "e2p"
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level bindings for libe2p (e2fsprogs/e2fslibs), providing functionality for ext2/ext3/ext4 filesystems"
homepage = "https://github.com/michaellass/e2p-sys/"
readme = "README.md"
keywords = [
    "e2fsprogs",
    "e2fslibs",
    "ext2",
    "ext3",
    "ext4",
]
categories = [
    "external-ffi-bindings",
    "filesystem",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/michaellass/e2p-sys.git"

[package.metadata.system-deps]
e2p = "*"

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

[build-dependencies.bindgen]
version = "0.73.2"
features = ["runtime"]
default-features = false

[build-dependencies.regex]
version = "1.3.9"

[build-dependencies.system-deps]
version = "9.0.0"