hd-mount 0.2.0

FUSE filesystem projection from Merkle DAG for hyperdocker
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 = "hd-mount"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FUSE filesystem projection from Merkle DAG for hyperdocker"
readme = "README.md"
keywords = [
    "containers",
    "docker",
    "merkle-dag",
    "content-addressed",
    "devtools",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/omeedcs/hyperdocker"

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

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

[dependencies.fuser]
version = "0.15"

[dependencies.hd-cas]
version = "0.2.0"

[dependencies.hd-engine]
version = "0.2.0"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tempfile]
version = "3.15"