# 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-lfs" version = "0.40.0" authors = ["Golem Foundation Contributors "] description = "Wildland Local Filesystem Backend" homepage = "https://wildland.io/" readme = "README.md" license = "GPL-3.0-only" repository = "https://gitlab.com/wildland/corex/wildland-core" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.wildland-dfs] version = "0.40.0" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.tempdir] version = "0.3"