disk-space 0.1.0

Tiny lib for disk space info of os file system (cross-platform).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90.0"
name = "disk-space"
version = "0.1.0"
authors = ["nabbisen <nabbisen@scqr.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny lib for disk space info of os file system (cross-platform)."
readme = "README.md"
keywords = [
    "filesystem",
    "utility",
]
categories = ["filesystem"]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/disk-space-rs"

[lib]
name = "disk_space"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2.183"
default-features = false

[profile.dev]
opt-level = 1
lto = false
incremental = true

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true