# 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 = "2021" name = "fakeroot" version = "0.4.1" description = "A lightweight and batteries-included status_command for i3 and sway" homepage = "https://github.com/acheronfail/istat" readme = "README.md" keywords = [ "i3", "sway", "status_command", "istat", "status", ] license = "GPL-3.0-only" repository = "https://github.com/acheronfail/istat" [lib] name = "fakeroot" crate_type = ["dylib"] path = "src/lib.rs" [dependencies.libc] version = "0.2.146" [dependencies.redhook] version = "2.0.0"