# 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" rust-version = "1.56" name = "jsonapi-rs" version = "0.1.1" authors = ["Pratim SC "] description = "JSONAPI implementation for Rust" homepage = "https://gitlab.com/cloud.yantra.oss/jsonapi-rust.git" documentation = "https://docs.rs/jsonapi-rs" readme = "README.md" keywords = [ "jsonapi", "jsonapi-rs", "jsonapi_rs", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/cloud.yantra.oss/jsonapi-rust.git" [dependencies.error-chain] version = "0.12.4" [dependencies.log] version = "0.4.20" [dependencies.queryst] version = "3.0.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dev-dependencies.env_logger] version = "0.10.0"