# 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-auth" version = "0.1.0" authors = ["Roman Grigoriev "] exclude = [".gitignore", ".idea/**", "*.iml", "target/**", ".gitlab-ci.yml"] description = "Paging types for Fist Inc bank" license-file = "LICENSE" [dependencies.actix] version = "0.12.0" [dependencies.actix-http] version = "2.2.1" [dependencies.actix-web] version = "3.3.2" [dependencies.argon2rs] version = "0.2.5" [dependencies.async-trait] version = "0.1.51" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.diesel] version = "1.4.8" features = ["chrono", "postgres", "r2d2", "uuidv07", "numeric"] [dependencies.email_address] version = "0.2.1" features = ["serde_support"] [dependencies.fistinc-diesel-utils] version = "0.1.0" [dependencies.fistinc-errors] version = "0.1.0" [dependencies.fistinc-paging] version = "0.1.0" [dependencies.futures] version = "0.3.17" [dependencies.jsonwebtoken] version = "7.2.0" [dependencies.phonenumber] version = "0.3.1+8.12.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.67" [dependencies.uuid] version = "0.8" features = ["serde", "v4"]