# 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-fileflags" version = "0.1.0" authors = ["Michael Lass "] build = "build.rs" publish = ["crates-io"] 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" [dependencies.bitflags] version = "2.0.0" [dependencies.e2p-sys] version = "0.1.0" [dependencies.serde] version = "1.0.115" features = ["derive"] optional = true [build-dependencies.e2p-sys] version = "0.1.0" [features] serde = [ "dep:serde", "bitflags/serde", ]