# 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 = "curl-parser" version = "0.3.1" description = """ Convert curl command to a ParsedRequest (could be further converted to reqwest::RequestBuilder) """ homepage = "https://github.com/tyrchen/curl-parser" documentation = "https://docs.rs/curl-parser" readme = "README.md" keywords = [ "curl", "reqwest", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/tyrchen/curl-parser" [dependencies.base64] version = "0.21" [dependencies.form_urlencoded] version = "1" [dependencies.http] version = "0.2" [dependencies.minijinja] version = "1" features = [ "loader", "speedups", ] [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "json", ] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.snafu] version = "0.7" features = ["rust_1_61"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [features] default = ["reqwest"] reqwest = ["dep:reqwest"]