[[bench]]
name = "bench"
path = "benches/bench.rs"
[[bin]]
name = "chronovox"
path = "src/main.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.reqwest]
version = "0.12.23"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.supabasic]
version = "0.2.4"
[dependencies.tdt]
version = "0.3.1"
[dependencies.thiserror]
version = "1.0"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1"
[dependencies.uvoxid]
version = "0.2.0"
[dependencies.uvoxxyz]
version = "0.2.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[lib]
name = "chronovox"
path = "src/lib.rs"
[package]
authors = ["Dr. Ippy <jdplumbingsoflo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "uvoxid based event persistence"
edition = "2024"
license = "MIT"
name = "chronovox"
readme = "README.md"
repository = "https://github.com/JDPlumbing/chronovox"
version = "0.1.0"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "events"
path = "tests/events.rs"
[[test]]
name = "events_playback"
path = "tests/events_playback.rs"
[[test]]
name = "interpolation"
path = "tests/interpolation.rs"
[[test]]
name = "persist"
path = "tests/persist.rs"
[[test]]
name = "playback"
path = "tests/playback.rs"
[[test]]
name = "playback_until"
path = "tests/playback_until.rs"
[[test]]
name = "timeline"
path = "tests/timeline.rs"
[[test]]
name = "timeline_engine"
path = "tests/timeline_engine.rs"