[lib]
name = "filepath"
path = "src/lib.rs"
[package]
authors = ["Tom Schuster <evilpies@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Get the filesystem path of a file."
edition = "2021"
keywords = ["path", "file"]
license = "Apache-2.0/MIT"
name = "filepath"
readme = "README.md"
repository = "https://github.com/evilpie/filepath"
version = "0.2.0"
[target.'cfg(target_os="ios")'.dependencies.libc]
default-features = false
version = "0.2"
[target.'cfg(target_os="macos")'.dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Storage_FileSystem"]
version = "0.58.0"