# 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 = "corund" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Portable auth server." readme = "README.md" license = "MIT" [lib] name = "corund_lib" path = "src/lib.rs" [[bin]] name = "corund_app" path = "src/main.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "server" path = "tests/server.rs" [dependencies.argon2] version = "0.5.3" features = ["rand"] [dependencies.axum] version = "0.7.5" [dependencies.colog] version = "1.3.0" [dependencies.diesel] version = "2.2.2" features = ["postgres"] [dependencies.hmac] version = "0.12.1" [dependencies.jwt] version = "0.16.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.121" [dependencies.serde_with] version = "3.9.0" features = ["json"] [dependencies.serde_yml] version = "0.0.11" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.39.3" features = [ "macros", "rt-multi-thread", ] [dependencies.tower] version = "0.5.0" [dev-dependencies.axum-test] version = "15.6.0"