# 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 = "2018" name = "bustd" version = "0.1.1" authors = ["Vinícius R. Miguel "] description = "Lightweight process killer daemon for out-of-memory scenarios" readme = "README.md" categories = [ "command-line-utilities", "memory-management", ] license = "MIT" repository = "https://github.com/vrmiguel/bustd" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.argh] version = "0.1.5" [dependencies.cfg-if] version = "1.0.0" [dependencies.daemonize] version = "0.4.1" [dependencies.glob] version = "0.3.0" optional = true [dependencies.libc] version = "0.2.97" [dev-dependencies.procfs] version = "0.9.1" [build-dependencies.cc] version = "1.0.68" [build-dependencies.libc] version = "0.2.97" [features] glob-ignore = ["glob"]