# 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 = "fuse-abi" version = "0.2.0" authors = ["Martin Kröning "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FUSE device bindings." readme = "README.md" keywords = [ "fuse", "macfuse", "virtio-fs", "filesystem", "abi", ] categories = [ "external-ffi-bindings", "no-std::no-alloc", "os::linux-apis", "os::macos-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-osdev/fuse-abi" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fuse_abi" path = "src/lib.rs" [dependencies.num_enum] version = "0.7" optional = true default-features = false [dependencies.zerocopy] version = "0.8" optional = true default-features = false [dependencies.zerocopy-derive] version = "0.8" optional = true [features] default = [] linux = [] macos = [] num_enum = ["dep:num_enum"] zerocopy = [ "dep:zerocopy", "dep:zerocopy-derive", ]