about summary refs log blame commit diff
path: root/net/crimp/Cargo.toml
blob: 1e529cfadc73e3c8f91c27ec413d3a4ad39f9fa8 (plain) (tree)
1
2
3
4
5
6
7
8

              
                                                       

                                          

                               
                            


                                                            
 
          
                    

                               

              

                                                 
[package]
name = "crimp"
description = "Higher-level Rust API for cURL bindings"
version = "4087.0.0"
authors = ["Vincent Ambo <tazjin@tvl.su>"]
keywords = [ "http", "curl" ]
categories = [ "api-bindings" ]
license = "GPL-3.0-or-later"
homepage = "https://code.tvl.fyi/about/net/crimp"
repository = "https://code.tvl.fyi/depot.git:/net/crimp.git"


[features]
default = [ "json" ]
json = [ "serde", "serde_json"]

[dependencies]
curl = "0.4"
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }