Source code

Revision control

Copy as Markdown

Other Tools

# 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"
rust-version = "1.88.0"
name = "process-backend"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
readme = false
license = "MIT"
[features]
testing = []
[lib]
name = "process_backend"
path = "src/lib.rs"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.libc]
version = "0.2"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.log]
version = "0.4"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.process-reader]
path = "../../process-reader"
features = ["serde"]
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.serde]
version = "1.0.208"
features = ["derive"]
default-features = false
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.thiserror]
version = "2.0"