filepath 0.1.3

Get the filesystem path of a file.
Documentation
[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."
keywords = ["path", "file"]
license = "Apache-2.0/MIT"
name = "filepath"
readme = "README.md"
repository = "https://github.com/evilpie/filepath"
version = "0.1.3"

[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.winapi]
features = ["std", "fileapi"]
version = "0.3"