libcros 0.6.5

A Rust library that provides easy-to-use functions for interacting with a Chrome device
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 = "libcros"
version = "0.6.5"
authors = ["kxtzownsu <kxtzownsu@gmail.com>"]
build = false
exclude = ["reference/**/*"]
include = [
    "src/**/*",
    "scripts/**/*",
    ".cargo/**/*",
    "Cargo.toml",
    "Cargo.lock",
    "LICENSE",
    "README.md",
    ".gitignore",
    ".gitattributes",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library that provides easy-to-use functions for interacting with a Chrome device"
readme = "README.md"
keywords = [
    "chrome",
    "chromeos",
    "google",
    "chromium",
    "chromiumos",
]
categories = [
    "hardware-support",
    "embedded",
]
license = "GPL-3.0-only"
repository = "https://github.com/kxtzownsu/libcros"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-linux-musl",
    "aarch64-unknown-linux-musl",
    "armv7-unknown-linux-musleabihf",
]
all-features = true

[features]
example = []
tlcl = []
tpm1_2 = []
tpm2_0 = []

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

[dependencies]