[package] name = "kyanite" version = "0.2.0" edition = "2021" repository = "https://git.gaycatgirl.sex/evie/kyanite" license = "Apache-2.0" [dependencies] # Core tokio = { version = "1.25.0", features = ["full"] } tracing-subscriber = "0.3.16" serde = { version = "1.0.152", features = ["derive"] } log = "0.4.17" # Database sea-orm = { version = "0.11.0-rc.1", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"] } sea-orm-migration = "0.10.7" migration = { path = "./migration" } # Web axum = "0.6.4" askama = { features = ["with-axum", "markdown"], git = "https://github.com/djc/askama.git" } askama_axum = { git = "https://github.com/djc/askama.git" } serde_json = "1.0.91" # RSS rss = "2.0.2" # Development dotenvy = "0.15.6" # Misc chrono = "0.4.23"