luff_sys 0.1.0

Low-level system primitives for luff
Documentation
# 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 = "2024"
name = "luff_sys"
version = "0.1.0"
authors = ["whb <will@owlroute.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level system primitives for luff"
readme = "README.md"
keywords = [
    "filesystem",
    "unix",
    "unsafe",
]
categories = [
    "os::unix-apis",
    "filesystem",
]
license = "AGPL-3.0-only"
repository = "https://github.com/owlroute/luff"
resolver = "2"

[lib]
name = "luff_sys"
path = "src/lib.rs"

[dependencies]

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"