# 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 = "dialtone_test_util" version = "0.1.0" authors = ["Andrew Newton "] publish = true description = "Dialtone Testing Utilities" keywords = ["activitypub", "activitystreams", "fediverse", "federation"] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/rcode3/dialtone" [dependencies.axum] version = "0.5.5" features = ["headers"] [dependencies.const_format] version = "0.2.21" [dependencies.dialtone_axum] version = "0.1.0" [dependencies.dialtone_common] version = "0.1.0" [dependencies.dialtone_reqwest] version = "0.1.0" [dependencies.dialtone_sqlx] version = "0.1.0" [dependencies.sqlx] version = "0.5" features = ["runtime-tokio-rustls", "postgres", "chrono", "macros", "json", "offline"] [dependencies.testcontainers] version = "0.12.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]