# 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" rust-version = "1.70" name = "sequoia-directories" version = "0.1.0" authors = [ "Justus Winter ", "Neal H. Walfield ", ] description = "Directories used by Sequoia" homepage = "https://sequoia-pgp.org/" readme = "README.md" keywords = ["openpgp"] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-directories" [dependencies.anyhow] version = "1" [dependencies.directories] version = "5" [dependencies.same-file] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1"