objex 0.2.0

object entity creation and persistence using matcat and geospec
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[[bench]]
harness = false
name = "electrical"
path = "benches/electrical.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.droidid]
version = "0.1.0"

[dependencies.geospec]
version = "0.1.0"

[dependencies.matcat]
version = "0.2.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.supabasic]
version = "0.2.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.47.1"

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

[dev-dependencies.criterion]
version = "0.5"

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

[package]
authors = ["Dr. Ippy <jdplumbingsoflo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "object entity creation and persistence using matcat and geospec"
edition = "2024"
license = "MIT"
name = "objex"
readme = "README.md"
repository = "https://github.com/JDPlumbing/objex-rs"
version = "0.2.0"

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

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

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

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

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