memfaultc-sys 1.26.1

Supporting crate for the Memfault memfaultd embedded Linux agent
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 = "memfaultc-sys"
version = "1.26.1"
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supporting crate for the Memfault memfaultd embedded Linux agent"
homepage = "https://github.com/memfault/memfaultd"
documentation = "https://docs.memfault.com/"
readme = "README.md"
license-file = "License.txt"
repository = "https://github.com/memfault/memfaultd"

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

[dependencies.libc]
version = "0.2.138"

[build-dependencies.cc]
version = "1.0.95"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.walkdir]
version = "2"

[features]
coredump = []
default = []
swupdate = []
systemd = []

[lints.clippy]
redundant_clone = "deny"
unwrap_used = "deny"