[package]
name = "sysdir"
version = "1.3.1"
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
license = "Apache-2.0 OR MIT"
edition = "2024"
rust-version = "1.85.0"
readme = "README.md"
repository = "https://github.com/artichoke/sysdir-rs"
documentation = "https://docs.rs/sysdir"
homepage = "https://github.com/artichoke/sysdir-rs"
description = "Rust bindings to sysdir(3) on macOS, iOS, tvOS, and watchOS"
keywords = ["app_dirs", "apple", "known-folder", "path", "sysdir"]
categories = [
"api-bindings",
"filesystem",
"no-std",
"no-std::no-alloc",
"os::macos-apis",
]
include = [
"/cext/**/*",
"/examples/**/*",
"/src/**/*",
"/tests/**/*",
"/LICENSE-*",
"/README.md",
"/sysdir.3",
]
[dependencies]
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
]