# 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 = "tamako" version = "1.1.0" authors = ["fawn "] description = "Cozy anonymous whispers" readme = "README.md" license = "OSL-3.0" repository = "https://codeberg.org/fawn/tamako" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.actix-files] version = "0.6.2" [dependencies.actix-governor] version = "0.4.1" [dependencies.actix-web] version = "4.3.1" [dependencies.askama] version = "0.12.0" features = ["with-actix-web"] [dependencies.askama_actix] version = "0.14.0" [dependencies.chrono] version = "0.4.26" [dependencies.chrono-tz] version = "0.8.3" [dependencies.dotenvy] version = "0.15.7" [dependencies.femme] version = "2.2.1" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18.0" [dependencies.rs-snowflake] version = "0.6.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.sqlx] version = "0.7.1" features = [ "postgres", "runtime-tokio-rustls", ] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.webhook] version = "2.1.2"