[dependencies.lazy_static]
version = "1.5"
[lib]
name = "samevol"
path = "src/lib.rs"
[package]
authors = ["爱佐 (Ayrzo) <ayrzo@lurito.cn>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A lightweight Windows utility for determining if two paths reside on the same storage volume. 轻量级 Windows 工具库,用于检测两个路径是否位于同一存储卷。"
documentation = "https://docs.rs/samevol"
edition = "2024"
keywords = ["windows", "volume", "filesystem"]
license = "Apache-2.0"
name = "samevol"
publish = true
readme = "README.md"
repository = "https://github.com/Lurito/samevol"
version = "0.1.1"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
[[test]]
name = "test"
path = "tests/test.rs"