# 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 = "wildland-dfs" version = "0.40.0" authors = ["Golem Foundation Contributors "] description = "A Wildland file system handler" homepage = "https://wildland.io/" readme = "README.md" keywords = ["storage"] license = "GPL-3.0-only" repository = "https://gitlab.com/wildland/corex/wildland-core" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.itertools] version = "0.10" [dependencies.mockall] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.2" [dependencies.wildland-corex] version = "0.40.0" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.rsfs] version = "0.4" [dev-dependencies.rstest] version = "0.16"