# 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 = "covert-userpass-auth" version = "0.1.3" description = "Covert userpass auth method" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.bcrypt] version = "0.13" [dependencies.covert-framework] version = "0.1.3" [dependencies.covert-storage] version = "0.1.3" [dependencies.covert-types] version = "0.1.3" [dependencies.rust-embed] version = "6.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" default-features = false [dependencies.sqlx] version = "0.6" features = [ "chrono", "time", "runtime-tokio-native-tls", ] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.1" [dev-dependencies.covert-sdk] version = "0.1.1" [dev-dependencies.covert-system] version = "0.1.1" [dev-dependencies.tokio] version = "1.23" features = ["sync"]