[package]
edition = "2021"
rust-version = "1.82"
name = "shelly-data"
version = "0.6.0"
authors = ["Shelly LiveView contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data-layer primitives for Shelly LiveView (schemas, changesets, repo, migrations)."
homepage = "https://repos.noumena.mx/nodes/radicle.noumena.mx/rad:z283vaWE8vZZaLzBMDFHmQskKF3zC"
documentation = "https://docs.rs/shelly-data"
readme = "README.md"
keywords = [
"changeset",
"schema",
"repository",
"migration",
"validation",
]
categories = [
"database",
"web-programming",
"asynchronous",
]
license = "Unlicense OR MIT OR Apache-2.0"
repository = "https://repos.noumena.mx/nodes/radicle.noumena.mx/rad:z283vaWE8vZZaLzBMDFHmQskKF3zC"
[lib]
name = "shelly_data"
path = "src/lib.rs"
[[test]]
name = "m48_driver_profiles"
path = "tests/m48_driver_profiles.rs"
[[test]]
name = "m60_pipeline_profiles"
path = "tests/m60_pipeline_profiles.rs"
[dependencies.serde]
version = "1"
features = [
"derive",
"derive",
]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
version = "1"
features = [
"fs",
"io-util",
"macros",
"rt-multi-thread",
"net",
"sync",
"time",
"test-util",
]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.proptest]
version = "1.6"
[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"
[lints.rust]
unsafe_code = "forbid"