talead 0.1.0

The talea ledger daemon: init (migrate, generate token, seed, write .env) and serve
# 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 = "talead"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The talea ledger daemon: init (migrate, generate token, seed, write .env) and serve"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mooze-labs/talea"

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

[[bin]]
name = "talead"
path = "src/main.rs"

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dotenvy]
version = "0.15"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.9"

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

[dependencies.talea-core]
version = "0.1.0"

[dependencies.talea-server]
version = "0.1.0"

[dependencies.talea-store-log]
version = "0.1.0"

[dependencies.talea-store-postgres]
version = "0.1.0"

[dependencies.talea-store-sqlite]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"