hwlib 0.11.1

Tool for checking Ubuntu hardware certification status
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 = "2021"
name = "hwlib"
version = "0.11.1"
authors = [
    "Canonical Hardware Certification <canonical-hw-cert@lists.launchpad.net>",
    "Nadzeya Hutsko <nadzeya.hutsko@canonical.com>",
    "Matias Piipari <matias.piipari@canonical.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool for checking Ubuntu hardware certification status"
homepage = "https://github.com/canonical/hardware-api/"
documentation = "https://github.com/canonical/hardware-api/"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://github.com/canonical/hardware-api/"

[features]
cli = ["clap"]
pybindings = ["pyo3"]

[lib]
name = "hwlib"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "hwctl"
path = "bin/hwctl.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "~1.0.0"

[dependencies.clap]
version = "4.5.41"
features = [
    "derive",
    "env",
]
optional = true

[dependencies.minreq]
version = "2.14.0"
features = [
    "native-tls",
    "json-using-serde",
]
default-features = false

[dependencies.os-release]
version = "0.1.0"

[dependencies.pyo3]
version = "0.28.0"
features = ["extension-module"]
optional = true

[dependencies.serde]
version = "~1.0.0"
features = ["derive"]

[dependencies.serde_json]
version = "~1.0.0"

[dependencies.smbios-lib]
version = "0.9.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.simple_test_case]
version = "1.2.0"