# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rocket_authifier" version = "1.0.9" authors = ["Pawel Makles "] description = "rocket.rs implementation of authifier" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/authifier/authifier" resolver = "1" [dependencies.async-std] version = "1.9.0" features = [ "tokio02", "tokio1", "attributes", ] optional = true [dependencies.authifier] version = "1.0.9" features = [ "rocket_impl", "okapi_impl", ] [dependencies.base32] version = "0.4.0" optional = true [dependencies.chrono] version = "0.4.19" optional = true [dependencies.iso8601-timestamp] version = "0.1.10" [dependencies.mongodb] version = "2.2.1" optional = true default-features = false [dependencies.regex] version = "1.5.6" optional = true [dependencies.reqwest] version = "0.11.10" features = ["json"] optional = true [dependencies.revolt_okapi] version = "0.9.1" [dependencies.revolt_rocket_okapi] version = "0.10.0" features = ["swagger"] [dependencies.rocket] version = "0.5.1" features = ["json"] default-features = false [dependencies.rocket_empty] version = "0.1.2" features = ["schema"] [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.81" optional = true [features] default = [] example = [ "authifier/async-std-runtime", "authifier/database-mongodb", "async-std", "mongodb", ] test = [ "reqwest", "regex", "serde_json", "chrono", "base32", "example", ]