# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "proc_self" version = "0.2.0" authors = ["Alec Mocatta "] description = "Cross-platform `/proc/self` functionality.\n\nThis library enables limited `/proc/self` functionality, including getting the current executable, open file descriptors, and paths for open file descriptors that can be passed to e.g. `exec` (for those systems without `fexecve`).\n\nIntegrated into https://github.com/alecmocatta/palaver\n" homepage = "https://github.com/alecmocatta/palaver" documentation = "https://docs.rs/palaver/0.1.1" readme = "README.md" keywords = ["proc", "procfs"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/alecmocatta/palaver" [badges.maintenance] status = "deprecated"