[package] name = "callee" version = "0.1.4" edition = "2021" description = "A library to show information about the calling process." license = "MIT" authors = ["Alexander Kenji Berthold " ] readme = "README.md" repository = "https://gitlab.com/a-kenji/callee" documentation = "https://gitlab.com/a-kenji/callee" homepage = "https://gitlab.com/a-kenji/callee" keywords = [ "process", "proc", ] [dependencies] thiserror = "1.0.40" serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] serde_json = "1.0" [features] default = ["serde"] [package.metadata.docs.rs] all-features = true # see https://doc.rust-lang.org/nightly/rustdoc/scraped-examples.html cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]