e2p-fileflags 0.1.1

Read and set ext2/ext3/ext4/btrfs/xfs/f2fs file flags like with lsattr and chattr from e2fsprogs
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-fileflags"
version = "0.1.1"
authors = ["Michael Lass <bevan@bi-co.net>"]
build = "build.rs"
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and set ext2/ext3/ext4/btrfs/xfs/f2fs file flags like with lsattr and chattr from e2fsprogs"
homepage = "https://github.com/michaellass/e2p-fileflags/"
readme = "README.md"
keywords = [
    "e2fsprogs",
    "e2fslibs",
    "lsattr",
    "chattr",
    "ext",
]
categories = [
    "filesystem",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/michaellass/e2p-fileflags.git"

[features]
serde = [
    "dep:serde",
    "bitflags/serde",
]

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

[dependencies.bitflags]
version = "2.0.0"

[dependencies.e2p-sys]
version = "0.2.0"

[dependencies.serde]
version = "1.0.115"
features = ["derive"]
optional = true

[build-dependencies.e2p-sys]
version = "0.2.0"