osbuilder 0.3.0

OS-agnostic builder for building custom OS
Documentation
[package]
name = "osbuilder"
version = "0.3.0"
edition = "2021"
authors = ["MatuushOS contributors"]
description = "OS-agnostic builder for building custom OS"
repository = "https://gitlab.com/MatuushOS/osbuilder"
license-file = "./LICENSE"
categories = ["command-line-utilities", "development-tools"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
serde = { version = "1.0.195", features = ["derive"] }
fetch-data = "0.1.6"
walkdir = "2.4.0"
flate2 = "1.0.28"
tar = "0.4.40"
assert_cmd = { version = "2.0.13", features = ["color"] }
url = "2.5.0"
ron = "0.8.1"

[features]
default = ["linux"]
windows = []
nonstandard = []
linux = []