imbibe-persistence 0.0.1

details the database model of the information extracted from a block and its constituent transactions
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 = "2024"
name = "imbibe-persistence"
version = "0.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "details the database model of the information extracted from a block and its constituent transactions"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/labcycle/imbibe"

[features]
bundled = [
    "openssl-sys/vendored",
    "pq-sys/bundled",
]
database = [
    "diesel/postgres",
    "diesel-async/postgres",
]
default = []

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

[dependencies.bigdecimal]
version = "0.4"

[dependencies.bon]
version = "3.5"

[dependencies.chrono]
version = "0.4"

[dependencies.cosmrs]
version = "0.22"

[dependencies.diesel]
version = "2"
features = [
    "chrono",
    "numeric",
    "serde_json",
]

[dependencies.diesel-async]
version = "0.5"
features = ["deadpool"]

[dependencies.futures]
version = "0.3"

[dependencies.imbibe-domain]
version = "0.0.1"

[dependencies.jiff]
version = "0.2"

[dependencies.openssl-sys]
version = "0.9"
optional = true

[dependencies.pq-sys]
version = "0.7"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[lints.rust]
unsafe_code = "forbid"