[dependencies.dirs]
version = "6.0.0"
[dependencies.glob]
version = "0.3.1"
[dependencies.libc]
version = "0.2"
[dependencies.rhai]
features = ["sync"]
version = "1.12.0"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.tempfile]
version = "3.5"
[lib]
name = "sal_os"
path = "src/lib.rs"
[package]
authors = ["PlanetFirst <info@incubaid.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "filesystem", "api-bindings"]
description = "SAL OS - Operating system interaction utilities with cross-platform abstraction"
edition = "2021"
keywords = ["system", "os", "filesystem", "download", "package-management"]
license = "Apache-2.0"
name = "sal-os"
readme = "README.md"
repository = "https://git.threefold.info/herocode/sal"
version = "0.1.2"
[target."cfg(unix)".dependencies.nix]
version = "0.30.1"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Storage_FileSystem"]
version = "0.61.1"
[[test]]
name = "download_tests"
path = "tests/download_tests.rs"
[[test]]
name = "fs_tests"
path = "tests/fs_tests.rs"
[[test]]
name = "package_tests"
path = "tests/package_tests.rs"
[[test]]
name = "platform_tests"
path = "tests/platform_tests.rs"
[[test]]
name = "rhai_integration_tests"
path = "tests/rhai_integration_tests.rs"