[package] name = "fistinc-auth" version = "0.1.0" edition = "2018" authors = [ "Roman Grigoriev ", ] exclude = [".gitignore", ".idea/**", "*.iml", "target/**", ".gitlab-ci.yml"] description = "Paging types for Fist Inc bank" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = "0.12.0" actix-http = "2.2.1" actix-web = "3.3.2" argon2rs = "0.2.5" futures = "0.3.17" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.67" uuid = { version = "0.8", features =["serde", "v4"] } chrono = { version = "0.4.19", features = ["serde"] } jsonwebtoken = "7.2.0" async-trait = "0.1.51" phonenumber = "0.3.1+8.12.9" email_address = { version = "0.2.1", features = ["serde_support"] } diesel = { version = "1.4.8", features = ["chrono", "postgres", "r2d2", "uuidv07", "numeric"] } fistinc-errors = "0.1.0" fistinc-paging = "0.1.0" fistinc-diesel-utils = "0.1.0"