piggpio 0.7.3

A crate with GPIO code for use in other pigg project crates
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"
rust-version = "1.80"
name = "piggpio"
version = "0.7.3"
authors = [
    "Andrew Mackenzie <andrew@mackenzie-serres.net>",
    "Sundaram Krishnan <krishnsundaram@gmail.com>",
]
build = false
exclude = [
    ".cargo",
    ".git",
    ".github",
    ".idea",
    "configs/",
    "tests/",
    ".gitignore",
    "codecov.yml",
    "Makefile",
    "dist-workspace.toml",
    "FUNDING.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate with GPIO code for use in other pigg project crates"
homepage = "https://mackenzie-serres.net/pigg/"
documentation = "https://github.com/andrewdavidmackenzie/pigg/README.md"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/andrewdavidmackenzie/pigg/"

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

[dependencies.log]
version = "0.4.28"

[dependencies.pigdef]
version = "0.7"
features = ["std"]
default-features = false

[dependencies.serde_json]
version = "1.0.145"

[target.'cfg(all(target_os = "linux", any(target_arch = "aarch64", target_arch = "arm"), target_env = "gnu"))'.dependencies.libc]
version = "0.2.177"

[target.'cfg(all(target_os = "linux", any(target_arch = "aarch64", target_arch = "arm"), target_env = "gnu"))'.dependencies.rppal]
version = "0.22.1"

[target.'cfg(not(all(target_os = "linux", any(target_arch = "aarch64", target_arch = "arm"), target_env = "gnu")))'.dependencies.rand]
version = "0.9.2"
features = [
    "std",
    "std_rng",
]
default-features = false

[target.'cfg(not(all(target_os = "linux", any(target_arch = "aarch64", target_arch = "arm"), target_env = "gnu")))'.dependencies.rand_core]
version = "0.6.4"
features = ["getrandom"]