# 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 = "flair" version = "0.0.2" authors = ["Tristan Isham "] description = "Flair is an augmentation for Lemmy, adding user flairs like Reddit" readme = "README.md" license = "MIT" repository = "https://github.com/basedcount/flair/" [dependencies.ansi_term] version = "0.12.1" features = ["serde"] [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.6.20" [dependencies.chrono] version = "0.4.29" features = ["serde"] [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.deadpool-sqlite] version = "0.5.0" features = [ "rt_tokio_1", "serde", ] [dependencies.dotenv] version = "0.15.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.10" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "serde", "serde_json", ] [dependencies.ts-rs] version = "7.0.0" features = [ "uuid", "url", "chrono", "chrono-impl", ]