sova-testing 0.1.2

Framework-style test harness for Sova (sqlite, TestApp, snapshots)
Documentation
# 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 = "sova-testing"
version = "0.1.2"
authors = ["Pavel Kuzmin <Virus191288@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-style test harness for Sova (sqlite, TestApp, snapshots)"
homepage = "https://s00d.github.io/sova/"
documentation = "https://docs.rs/sova-testing"
readme = "README.md"
keywords = [
    "http",
    "web",
    "framework",
    "async",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/s00d/sova"

[features]
default = ["sqlite"]
sqlite = ["sova-db/sqlite"]

[lib]
name = "sova_testing"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.insta]
version = "1"
features = [
    "json",
    "redactions",
    "filters",
    "json",
    "redactions",
    "filters",
]

[dependencies.sea-orm]
version = "2.0"
features = [
    "runtime-tokio-rustls",
    "macros",
    "sqlx-sqlite",
]
default-features = false

[dependencies.sea-orm-migration]
version = "2.0"
features = [
    "runtime-tokio-rustls",
    "sqlx-sqlite",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sova-core]
version = "0.1.3"
features = ["testing"]

[dependencies.sova-db]
version = "0.1.3"
default-features = false

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.http]
version = "1"

[dev-dependencies.serde_json]
version = "1"