tvl-depot/net/crimp/Cargo.toml
Vincent Ambo 8f84059de8 chore(crimp): prepare release of v4087
Just housekeeping changes (docs updates, dependency bumps).

Change-Id: Id404490ae3c67a8d14c91fd53691f5809f0a1d08
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5620
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-05-16 18:15:18 +00:00

20 lines
537 B
TOML

[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 }