# 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 = "http-rest-file" version = "0.5.1" authors = ["laeri@laeri.me"] publish = true description = "Parse jetbrains .http/.rest http client formatted files into a model or serialize an existing model to a file" homepage = "https://github.com/Laeri/http-rest-file" readme = "README.md" keywords = [ "http", "parser", "jetbrains", ] categories = [ "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/Laeri/http-rest-file" [dependencies.http] version = "0.2.9" [dependencies.regex] version = "1.7.3" [dependencies.rspc] version = "0.1.3" optional = true [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.96" optional = true [dependencies.thiserror] version = "1.0.43" [dependencies.url] version = "2.4.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [features] default = ["serde"] rspc = ["dep:rspc"] serde = [ "dep:serde", "dep:serde_json", ]