disk-serial-number 0.2.1

A Rust library to get disk serial numbers across different platforms.
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"
name = "disk-serial-number"
version = "0.2.1"
authors = ["Hayden Chang <m831718@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library to get disk serial numbers across different platforms."
readme = "README.md"
license = "MIT"
repository = "https://github.com/hayd1n/disk-serial-number-rs"

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

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.cfg-if]
version = "1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

[target.'cfg(target_os = "linux")'.dependencies.udev]
version = "0.9"

[target."cfg(windows)".dependencies.wmi]
version = "0.17"