smolvm-pack 1.6.13

Single-binary packaging for smolvm
Documentation
# 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 = "smolvm-pack"
version = "1.6.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-binary packaging for smolvm"
readme = false
license = "Apache-2.0"
repository = "https://github.com/smol-machines/smolvm"

[lib]
name = "smolvm_pack"
path = "src/lib.rs"

[[test]]
name = "shared_extract"
path = "tests/shared_extract.rs"

[dependencies.crc32fast]
version = "1.4"

[dependencies.dirs]
version = "5"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.smolvm-protocol]
version = "1.6.1"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.zstd]
version = "0.13"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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