# 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 = "jsonapis" version = "0.0.8" authors = ["Alex Kotov "] publish = true description = "JSON:API library for Rust" homepage = "https://github.com/kotovalexarian/jsonapis.rs" readme = "README.md" keywords = [ "api", "deserialization", "json", "serialization", "jsonapi", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/kotovalexarian/jsonapis.rs.git" resolver = "2" [dependencies.http] version = "0.2.8" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", ] optional = true [dependencies.serde] version = "1.0.141" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.url] version = "2.2.2" optional = true [features] client = [ "reqwest", "url", ] default = ["client"]