# 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 = "lightspeed_auth" version = "0.60.0" authors = ["Francesco Cina "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LightSpeed" homepage = "https://github.com/LightHero/lightspeed" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/LightHero/lightspeed" [lib] name = "lightspeed_auth" path = "src/lib.rs" [[test]] name = "auth_test_pg" path = "tests/auth_test_pg.rs" [dependencies.bcrypt] version = "0.15" [dependencies.c3p0] version = "0.71" features = ["sqlx_postgres"] [dependencies.lightspeed_core] version = "0.60.0" [dependencies.log] version = "0.4" [dependencies.poem-openapi] version = "5" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.8" features = [ "macros", "migrate", ] default-features = false [dependencies.strum] version = "0.26" features = ["derive"] [dev-dependencies.config] version = "0.14" [dev-dependencies.lightspeed_logger] version = "0.60.0" [dev-dependencies.maybe-single] version = "0.16.0" features = ["tokio"] [dev-dependencies.testcontainers] version = "0.11" features = ["postgres"] package = "testcontainers-modules" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] default-features = false [features] default = [] poem_openapi = [ "dep:poem-openapi", "lightspeed_core/poem_openapi", ]