# 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 = "ext2" version = "0.1.1" authors = [ "bmickael ", "Vincent Combey ", "Sebastien Clolus ", ] description = "Read and write on Ext2 partitions without mount" readme = "README.md" keywords = [ "ext2", "docker", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/mordaklavache/ext2.git" [dependencies.bit_field] version = "0.10.2" [dependencies.bitflags] version = "2.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.146" [dependencies.nix] version = "0.26.2" features = ["fs"] [dev-dependencies.rand] version = "0.8.5" [features] unstable = []