# 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 = "redox_installer" version = "0.2.29" authors = ["Jeremy Soller "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "redox_installer" description = "A Redox filesystem builder" readme = "README.md" license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/installer" [lib] name = "redox_installer" path = "src/lib.rs" [[bin]] name = "redox_installer" path = "src/bin/installer.rs" [[bin]] name = "redox_installer_tui" path = "src/bin/installer_tui.rs" [[bin]] name = "list_packages" path = "src/bin/list_packages.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.arg_parser] version = "0.1.0" [dependencies.cc] version = "1" [dependencies.fatfs] version = "0.3.0" [dependencies.fscommon] version = "0.1.1" [dependencies.gpt] version = "3.0.0" [dependencies.libc] version = "0.2.70" [dependencies.pkgar] version = "0.1.15" [dependencies.pkgar-core] version = "0.1.13" [dependencies.pkgar-keys] version = "0.1.13" [dependencies.rand] version = "0.8" [dependencies.redox-pkg] version = "0.2.1" features = ["indicatif"] [dependencies.redox_liner] version = "0.5" [dependencies.redox_syscall] version = "0.5.2" [dependencies.redoxfs] version = "0.6.8" [dependencies.rust-argon2] version = "0.8.2" [dependencies.serde] version = "=1.0.197" [dependencies.serde_derive] version = "1.0.110" [dependencies.termion] version = "4" [dependencies.toml] version = "0.8" [dependencies.uuid] version = "1.4" features = ["v4"]