microsandbox-filesystem 0.7.0

Filesystem backends and guest filesystem support for microsandbox.
# 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 = "2024"
name = "microsandbox-filesystem"
version = "0.7.0"
authors = ["Super Rad Company <development@superrad.company>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filesystem backends and guest filesystem support for microsandbox."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"

[features]
default = [
    "download-binaries",
    "embed-binaries",
]
download-binaries = [
    "embed-binaries",
    "microsandbox-utils/http-client",
]
embed-binaries = []

[lib]
name = "microsandbox_filesystem"
path = "lib/lib.rs"

[dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.microsandbox-utils]
version = "=0.7.0"

[dependencies.msb_krun]
version = "=0.1.39"

[dependencies.scopeguard]
version = "1.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.15"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[build-dependencies.microsandbox-utils]
version = "=0.7.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Storage_FileSystem",
    "Win32_System_SystemServices",
    "Win32_System_IO",
]