aboutsummaryrefslogblamecommitdiff
path: root/src/api/k2v/Cargo.toml
blob: 0137602074c2f94e54fd3faf56cafa769843d79b (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                       
                 

                                          
                    

                                                               
                          






                                                                                                

                             
                            
                                  

                            
                           
                        
 
                        
                      
                     
                               
                                                                                      
                                 
                    
 
                      
                           

                              

          
                                                   
[package]
name = "garage_api_k2v"
version = "1.0.1"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "AGPL-3.0"
description = "S3 API server crate for the Garage object store"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "../../README.md"

[lib]
path = "lib.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
garage_model.workspace = true
garage_table.workspace = true
garage_util.workspace = true
garage_api_common.workspace = true
async-trait.workspace = true
base64.workspace = true
err-derive.workspace = true
tracing.workspace = true

futures.workspace = true
tokio.workspace = true
http.workspace = true
http-body-util.workspace = true
hyper = { workspace = true, default-features = false, features = ["server", "http1"] }
percent-encoding.workspace = true
url.workspace = true

serde.workspace = true
serde_json.workspace = true

opentelemetry.workspace = true

[features]
default = [ "garage_util/k2v", "garage_model/k2v" ]