# 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 = "fuser"
version = "0.15.1"
authors = ["Christopher Berner <christopherberner@gmail.com>"]
build = "build.rs"
description = "Filesystem in Userspace (FUSE) for Rust"
homepage = "https://github.com/cberner/fuser"
documentation = "https://docs.rs/fuser"
readme = "README.md"
keywords = [
    "fuse",
    "filesystem",
    "system",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "api-bindings",
    "filesystem",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/cberner/fuser"

[[example]]
name = "poll"
required-features = ["abi-7-11"]

[[example]]
name = "poll_client"
required-features = ["abi-7-11"]

[[example]]
name = "notify_inval_entry"
required-features = ["abi-7-12"]

[[example]]
name = "notify_inval_inode"
required-features = ["abi-7-15"]

[[example]]
name = "ioctl"
required-features = ["abi-7-11"]

[dependencies.libc]
version = "0.2.51"

[dependencies.log]
version = "0.4.6"

[dependencies.memchr]
version = "2.7.2"

[dependencies.nix]
version = "0.29.0"
features = [
    "fs",
    "user",
]

[dependencies.page_size]
version = "0.6.0"

[dependencies.serde]
version = "1.0.102"
features = [
    "std",
    "derive",
]
optional = true

[dependencies.smallvec]
version = "1.6.1"

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[dev-dependencies.bincode]
version = "1.3.1"

[dev-dependencies.clap]
version = "4.4"
features = [
    "cargo",
    "derive",
]

[dev-dependencies.env_logger]
version = "0.11.3"

[dev-dependencies.nix]
version = "0.29.0"
features = [
    "poll",
    "fs",
    "ioctl",
]

[dev-dependencies.serde]
version = "1.0.102"
features = [
    "std",
    "derive",
]

[dev-dependencies.tempfile]
version = "3.10.1"

[build-dependencies.pkg-config]
version = "0.3.14"
optional = true

[features]
abi-7-10 = ["abi-7-9"]
abi-7-11 = ["abi-7-10"]
abi-7-12 = ["abi-7-11"]
abi-7-13 = ["abi-7-12"]
abi-7-14 = ["abi-7-13"]
abi-7-15 = ["abi-7-14"]
abi-7-16 = ["abi-7-15"]
abi-7-17 = ["abi-7-16"]
abi-7-18 = ["abi-7-17"]
abi-7-19 = ["abi-7-18"]
abi-7-20 = ["abi-7-19"]
abi-7-21 = ["abi-7-20"]
abi-7-22 = ["abi-7-21"]
abi-7-23 = ["abi-7-22"]
abi-7-24 = ["abi-7-23"]
abi-7-25 = ["abi-7-24"]
abi-7-26 = ["abi-7-25"]
abi-7-27 = ["abi-7-26"]
abi-7-28 = ["abi-7-27"]
abi-7-29 = ["abi-7-28"]
abi-7-30 = ["abi-7-29"]
abi-7-31 = ["abi-7-30"]
abi-7-9 = []
default = ["libfuse"]
libfuse = ["pkg-config"]
macfuse-4-compat = []
serializable = ["serde"]