rsurl 0.0.1

A pure-Rust implementation of curl. Library, C FFI, and CLI for HTTP/HTTPS/FTP/FTPS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "purecrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e26dc089a690503f1b1c42c1c439fa5fc6357f18a70d1792b247294e07914046"

[[package]]
name = "rsurl"
version = "0.0.1"
dependencies = [
 "purecrypto",
]