# 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 = "2018" name = "nuts-archive" version = "0.6.7" authors = ["Robin Doer "] description = "A tar like archive on top of the nuts-container" documentation = "https://docs.rs/nuts-archive" readme = "README.md" keywords = [ "secure", "storage", "nuts", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/drobin/nuts.git" [dependencies.chrono] version = "0.4.38" [dependencies.log] version = "0.4.21" [dependencies.nuts-backend] version = "=0.6.7" [dependencies.nuts-bytes] version = "=0.6.7" features = ["derive"] [dependencies.nuts-container] version = "=0.6.7" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.nuts-directory] version = "=0.6.7" [dev-dependencies.nuts-memory] version = "=0.6.7" [dev-dependencies.tempfile] version = "3.10.1"