# 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 = "e2p-sys" version = "0.1.0" authors = ["Michael Lass "] build = "build.rs" links = "e2p" publish = ["crates-io"] 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.pkg-config] e2p = "*" [build-dependencies.bindgen] version = "0.64" features = ["runtime"] default-features = false [build-dependencies.metadeps] version = "1.1.2" [build-dependencies.regex] version = "1.3.9"