# 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 = "rebos" version = "3.5.2" authors = ["Jackson Novak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "NixOS-like repeatability for any Linux distro." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitlab.com/Oglo12/rebos" [profile.bench] lto = "thin" debug = 1 strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [[bin]] name = "rebos" path = "src/main.rs" [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.fspp] version = "2.2.1" [dependencies.hashbrown] version = "0.14.3" features = ["serde"] [dependencies.hostname] version = "0.3.1" [dependencies.nanoid] version = "0.4.0" [dependencies.piglog] version = "1.4.1" features = ["clap_derive"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.toml] version = "0.7.8" [dependencies.users] version = "0.11.0"