remotefs-memory 1.0.0

remotefs implementation for volatile memory. Good for testing and simulation.
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 = "2024"
rust-version = "1.89"
name = "remotefs-memory"
version = "1.0.0"
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
build = false
include = [
    "src/**/*",
    "./LICENSE",
    "./README.md",
    "./CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "remotefs implementation for volatile memory. Good for testing and simulation."
documentation = "https://docs.rs/remotefs-memory"
readme = "README.md"
keywords = [
    "remotefs",
    "memory",
]
categories = ["simulation"]
license = "MIT"
repository = "https://github.com/remotefs-rs/remotefs-rs-memory"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.log]
version = "0.4"

[dependencies.orange-trees]
version = "0.1"

[dependencies.remotefs]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1"