# 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 = "efs" version = "0.4.0" authors = ["RatCornu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An OS and architecture independent implementation of some Unix filesystems in Rust." homepage = "https://codeberg.org/RatCornu/efs" documentation = "https://docs.rs/efs/" readme = "README.md" keywords = [ "filesystem", "no-std", ] categories = [ "filesystem", "no-std", ] license = "GPL-3.0" repository = "https://codeberg.org/RatCornu/efs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "efs" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.cfg-if] version = "1" [dependencies.derive_more] version = "1" features = ["full"] default-features = false [dependencies.itertools] version = "0.11" features = ["use_alloc"] default-features = false [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.spin] version = "0.9" [dev-dependencies.itertools] version = "0.11" default-features = true [dev-dependencies.tempfile] version = "3" [features] default = ["ext2"] ext2 = [] std = [] [lints.clippy] complexity = "deny" correctness = "deny" nursery = "deny" pedantic = "deny" perf = "deny" style = "deny" [lints.rust] missing_docs = "deny"