aboutsummaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: 0205f10dd1b7bbdc7e1af9849a5f92d8e69d53f1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                  
              
                   
               
                                                           

           
                  






                            
                 

                   
            

                                                    
                                                                        
[package]
name = "mailrage"
version = "0.0.1"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2021"
license = "AGPL-3.0"
description = "Encrypted mail storage over Garage"

[dependencies]
anyhow = "1.0.28"
argon2 = "0.3"
async-trait = "0.1"
base64 = "0.13"
clap = { version = "3.1.18", features = ["derive", "env"] }
hex = "0.4"
im = "15"
itertools = "0.10"
rusoto_core = "0.48.0"
rusoto_credential = "0.48.0"
rusoto_s3 = "0.48"
rusoto_signature = "0.48.0"
serde = "1.0.137"
rand = "0.8.5"
rmp-serde = "0.15"
rpassword = "6.0"
sodiumoxide = "0.2"
tokio = "1.17.0"
toml = "0.5"
zstd = { version = "0.9", default-features = false }

k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git" }