marius-schema 0.1.0

Generated #[repr(C)] structs and Collector statics mirroring PostgreSQL schema for the Marius engine.
# 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"
name = "marius-schema"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated #[repr(C)] structs and Collector statics mirroring PostgreSQL schema for the Marius engine."
readme = "README.md"
keywords = [
    "ecs",
    "dod",
    "codegen",
    "postgresql",
    "marius",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/scriptura/marius"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.marius-collector]
version = "0.1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "postgres",
    "runtime-tokio",
    "macros",
    "chrono",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[build-dependencies.marius-db-forge]
version = "0.1.0"

[build-dependencies.sqlx]
version = "0.8"
features = [
    "postgres",
    "runtime-tokio",
    "macros",
    "chrono",
]

[build-dependencies.tokio]
version = "1"
features = ["full"]