origin-xtask 0.1.0

Origin maintenance tasks as a library, so a derivative's xtask is three lines and its rules arrive with a version bump.
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-xtask"
version = "0.1.0"
authors = ["Jörn Seidel <joern.seidel@casoon.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Origin maintenance tasks as a library, so a derivative's xtask is three lines and its rules arrive with a version bump."
homepage = "https://casoon.dev"
readme = "README.md"
keywords = [
    "tauri",
    "xtask",
    "scaffolding",
    "code-generation",
]
categories = [
    "development-tools::build-utils",
    "development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/casoon/origin"

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

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

[dependencies.origin-app]
version = "0.1.0"
features = ["ts"]

[dependencies.origin-connector]
version = "0.1.0"
features = ["ts"]

[dependencies.origin-domain]
version = "0.1.0"
features = ["ts"]

[dependencies.origin-events]
version = "0.1.0"
features = ["ts"]

[dependencies.origin-manifest]
version = "0.1.0"

[dependencies.origin-sync]
version = "0.1.0"
features = ["ts"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1"

[dependencies.toml_edit]
version = "0.25"

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

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

[lints.rust]
unsafe_code = "forbid"