# 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-catlib" version = "0.40.0" authors = ["Golem Foundation Contributors "] description = "Wildland Catalog Library client" 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.derivative] version = "2.2" [dependencies.directories] version = "4.0.1" [dependencies.hex] version = "0.4" [dependencies.ron] version = "0.8" [dependencies.rustbreak] version = "2.0" features = [ "serde_yaml", "ron_enc", "yaml_enc", "mmap", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tempfile] version = "3.3" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.2" features = [ "v4", "serde", ] [dependencies.wildland-corex] version = "0.40.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rstest] version = "0.16"