# 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] name = "crimp" version = "4087.0.0" authors = ["Vincent Ambo "] description = "Higher-level Rust API for cURL bindings" homepage = "https://code.tvl.fyi/about/net/crimp" keywords = [ "http", "curl", ] categories = ["api-bindings"] license = "GPL-3.0-or-later" repository = "https://code.tvl.fyi/depot.git:/net/crimp.git" [dependencies.curl] version = "0.4" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [features] default = ["json"] json = [ "serde", "serde_json", ]