[package] name = "felicia" description = "service for accessing and sharing lists of bad actors" repository = "https://codeberg.org/arisunz/felicia" version = "0.5.1" license = "AGPL-3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" async-trait = "0.1.73" axum = { version = "0.6.20", features = ["macros"] } config = { version = "0.13.3", default-features = false } reqwest = { version = "0.11.20", features = ["json", "rustls-tls"], default-features = false } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" thiserror = "1.0.48" tokio = { version = "1.32.0", features = ["full"] } tower = "0.4.13" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }