sysdir 1.2.2

Rust bindings to sysdir(3) on macOS, iOS, tvOS, and watchOS
Documentation
[dependencies]

[dev-dependencies.version-sync]
default-features = false
features = ["markdown_deps_updated", "html_root_url_updated"]
version = "0.9.4"

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

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]