File: Cargo.toml.orig

package info (click to toggle)
rust-dmidecode 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 652 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
authors = ["Jonathan Creekmore <jonathan@thecreekmores.org>"]
name = "dmidecode"
version = "1.0.0"
description = "Decode SMBIOS/DMI information into accessible data structures"
documentation = "https://docs.rs/dmidecode/"
repository = "https://github.com/jcreekmore/dmidecode"
license = "MIT"
rust-version = "1.70"
edition = "2021"

[dependencies]
bitflags = { version = "2.9.1", default-features = false }
uuid = { version = "1.17.0", default-features = false }

[dev-dependencies]
pretty_assertions = "1.4.1"

[features]
default = ["std"]
std = []