sova-activity 0.1.1

Laravel-style activity / audit log for Sova
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-activity"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Laravel-style activity / audit log for Sova"
homepage = "https://s00d.github.io/sova/"
documentation = "https://docs.rs/sova-activity"
readme = false
keywords = [
    "http",
    "web",
    "framework",
    "async",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/s00d/sova"

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

[[test]]
name = "activity"
path = "tests/activity.rs"

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
    "clock",
    "std",
    "serde",
]
default-features = false

[dependencies.http]
version = "1"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sova-core]
version = "0.1.2"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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

[dev-dependencies.sova-db]
version = "0.1.2"
features = ["sqlite"]
default-features = false

[dev-dependencies.sova-testing]
version = "0.1.1"
features = ["sqlite"]
default-features = false

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