libcros 0.3.0

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.3.0"
authors = ["kxtzownsu <kxtzownsu@gmail.com>"]
build = false
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"

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

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

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

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

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

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

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

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

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

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

[dependencies.once_cell]
version = "1.21.4"