seam-engine 0.4.4

Pure-logic server engine for the SeamJS framework: page assembly, data structuring, i18n helpers
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 = "seam-engine"
version = "0.4.4"
authors = ["Canmi(Canmi21) <t@canmi.icu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-logic server engine for the SeamJS framework: page assembly, data structuring, i18n helpers"
readme = false
license = "MIT"
repository = "https://github.com/canmi21/seam"

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

[dependencies.seam-injector]
version = "0.4.4"

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

[dependencies.serde_json]
version = "1"

[lints.clippy]
too_many_lines = "warn"