origin-domain 0.2.0

Origin domain primitives and platform ports. Knows no product, no Tauri, no storage engine.
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"
rust-version = "1.88"
name = "origin-domain"
version = "0.2.0"
authors = ["Jörn Seidel <joern.seidel@casoon.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Origin domain primitives and platform ports. Knows no product, no Tauri, no storage engine."
homepage = "https://casoon.dev"
readme = "README.md"
keywords = [
    "tauri",
    "hexagonal",
    "ports-and-adapters",
    "domain",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/casoon/origin"

[features]
default = []
testing = []
ts = ["dep:ts-rs"]

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

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

[dependencies.thiserror]
version = "2.0.20"

[dependencies.time]
version = "0.3.55"
features = [
    "serde-well-known",
    "macros",
]

[dependencies.ts-rs]
version = "12.0"
optional = true

[dependencies.uuid]
version = "1.25"
features = [
    "v4",
    "serde",
]

[lints.clippy]
dbg_macro = "warn"
print_stdout = "warn"
todo = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"