# 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-corex" version = "0.40.0" authors = ["Golem Foundation Contributors "] description = "Wildland Core library" 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.hex] version = "0.4" [dependencies.mockall] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tera] version = "1.17" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.2" features = [ "v4", "serde", ] [dependencies.wildland-crypto] version = "0.40.0" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.rstest] version = "0.16" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.tempfile] version = "3.3" [dev-dependencies.toml] version = "0.5"