rustdesk/vendor/fuser/Cargo.toml

117 lines
2.3 KiB
TOML

# 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 = "2018"
name = "fuser"
version = "0.13.0"
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"
[dependencies.libc]
version = "0.2.51"
[dependencies.log]
version = "0.4.6"
[dependencies.memchr]
version = "2"
[dependencies.page_size]
version = "0.5.0"
[dependencies.serde]
version = "1.0.102"
features = [
"std",
"derive",
]
optional = true
[dependencies.smallvec]
version = "1.6.1"
[dependencies.zerocopy]
version = "0.6"
[dev-dependencies.bincode]
version = "1.3.1"
[dev-dependencies.clap]
version = "3.0"
features = ["cargo"]
[dev-dependencies.env_logger]
version = "0.9"
[dev-dependencies.serde]
version = "1.0.102"
features = [
"std",
"derive",
]
[dev-dependencies.tempfile]
version = "3"
[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"]
serializable = ["serde"]
[badges.travis-ci]
repository = "cberner/fuser"