# 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 = "remotefs-memory" version = "0.1.6" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "./LICENSE", "./README.md", "./CHANGELOG.md", ] 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" [lib] name = "remotefs_memory" path = "src/lib.rs" [dependencies.log] version = "^0.4" [dependencies.orange-trees] version = "0.1" [dependencies.remotefs] version = "0.3" [dev-dependencies.pretty_assertions] version = "^1"