# 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] edition = "2021" name = "idcurl" version = "0.5.2" authors = ["Kalle Samuels "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic synchronous http client based on curl" documentation = "https://docs.rs/idcurl/" readme = "README.md" keywords = [ "http", "client", "curl", "sync", ] license = "BSD-2-Clause" repository = "https://github.com/njaard/idcurl" [lib] name = "idcurl" path = "src/lib.rs" [[example]] name = "get" path = "examples/get.rs" [[example]] name = "post" path = "examples/post.rs" [[example]] name = "user_agent" path = "examples/user_agent.rs" [[test]] name = "basic" path = "tests/basic.rs" [dependencies.curl-sys] version = "0.4" [dependencies.http] version = "1" [dependencies.libc] version = "0.2.42"