# 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 = "rsubox" version = "0.2.1" authors = ["Ɓukasz Szpakowski "] description = "Rust single unix utilities in one executable." readme = "README.md" keywords = [ "cli", "utility", "unix", "busybox", ] license = "GPL-3.0-or-later" repository = "https://github.com/luckboy/rsubox" [dependencies.crc] version = "2.1.0" [dependencies.fnmatch-sys] version = "1.0.0" [dependencies.getopt] version = "1.1.3" [dependencies.libc] version = "0.2.113" [dependencies.users] version = "0.11.0"