# 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 = "fistinc-errors" version = "0.1.0" authors = ["Roman Grigoriev "] exclude = [".gitignore", ".idea/**", "*.iml", "target/**", ".gitlab-ci.yml"] description = "Error types for Fist Inc bank" license-file = "LICENSE" [dependencies.actix-http] version = "2.2.1" [dependencies.actix-threadpool] version = " 0.3.3" [dependencies.actix-web] version = "3.3.2" [dependencies.diesel] version = "1.4.8" [dependencies.email_address] version = "0.2.1" [dependencies.r2d2] version = "0.8.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.67"