# 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] edition = "2018" name = "rabbithole-endpoint-actix" version = "0.3.1" authors = ["Ukonn Ra "] description = "JSON:API Actix-web backend" homepage = "https://github.com/UkonnRa/rabbithole-rs" readme = "../README.md" keywords = ["jsonapi"] categories = [] license = "MIT" repository = "https://github.com/UkonnRa/rabbithole-rs.git" [dependencies.actix-web] version = "~1.0" [dependencies.async-trait] version = "~0.1" [dependencies.config] version = "~0.9" [dependencies.env_logger] version = "~0.7" [dependencies.futures-preview] version = "=0.3.0-alpha.19" features = ["compat"] [dependencies.futures01] version = "~0.1" package = "futures" [dependencies.log] version = "~0.4" [dependencies.rabbithole] version = "~0.3" [dependencies.rabbithole-derive] version = "~0.3" [dependencies.rand] version = "~0.7" [dependencies.serde] version = "~1.0" [dependencies.serde_json] version = "~1.0" [dependencies.url] version = "~1.7" [dependencies.uuid] version = "~0.8"