# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "jsonapi" version = "0.7.0" authors = ["Michiel Kalkman "] description = "JSONAPI implementation" homepage = "https://github.com/michiel/jsonapi-rust" documentation = "https://docs.rs/jsonapi" readme = "README.md" keywords = ["jsonapi"] categories = [] license = "MIT" repository = "https://github.com/michiel/jsonapi-rust.git" [dependencies.error-chain] version = "^0.12.0" [dependencies.log] version = "0.4" [dependencies.queryst] version = "2" [dependencies.serde] version = "^1.0.21" [dependencies.serde_derive] version = "^1.0.21" [dependencies.serde_json] version = "^1.0.6" [dev-dependencies.env_logger] version = "0.7" [badges.travis-ci] branch = "master" repository = "michiel/jsonapi-rust"