# 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 = "jsonapi_deserialize" version = "1.2.0" authors = ["Ben Scholzen 'DASPRiD' "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-API specific deserilization framework" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/dasprid/jsonapi-deserialize-rs" [lib] name = "jsonapi_deserialize" path = "src/lib.rs" [dependencies.http] version = "1.1.0" [dependencies.jsonapi_deserialize_derive] version = "1.2.0" [dependencies.langtag] version = "0.4.0" features = ["serde"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.65" [dependencies.url] version = "2.5.2" features = ["serde"]