# 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-reader" version = "0.0.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false readme = "README.md" license = "MIT" [features] serde = ["dep:serde"] [lib] name = "process_reader" path = "src/lib.rs" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.libc] version = "0.2.186" default-features = false [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.serde] version = "1.0.228" features = ["derive"] optional = true default-features = false