filesize 0.1.0

Find the physical space used by a file
Documentation
[package]
name = "filesize"
description = "Find the physical space used by a file"
version = "0.1.0"
authors = ["Thomas Hurst <tom@hur.st>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/Freaky/rust-filesize"
keywords = ["file", "compressed", "sparse", "disk", "usage"]
categories = ["os"]
readme = "README.md"

[badges]
travis-ci = { repository = "Freaky/rust-filesize" }

[target."cfg(windows)".dependencies]
winapi = { version = "0.3.7", features = ["fileapi", "winerror"] }