allsource-core 0.7.4

High-performance event store core built in Rust
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"
rust-version = "1.92"
name = "allsource-core"
version = "0.7.4"
authors = ["AllSource Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance event store core built in Rust"
homepage = "https://github.com/all-source-os/chronos-monorepo"
documentation = "https://docs.rs/allsource-core"
readme = "README.md"
keywords = [
    "event-sourcing",
    "event-store",
    "cqrs",
    "arrow",
    "parquet",
]
categories = [
    "database",
    "data-structures",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/all-source-os/chronos-monorepo"

[features]
default = []
postgres = ["sqlx"]
rocksdb-storage = ["rocksdb"]

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

[[bin]]
name = "allsource-admin"
path = "src/bin/allsource-admin.rs"

[[bin]]
name = "allsource-core"
path = "src/main.rs"

[[example]]
name = "advanced_security_demo"
path = "examples/advanced_security_demo.rs"

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

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

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

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

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

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

[[test]]
name = "seven_day_stress"
path = "tests/stress_tests/seven_day_stress.rs"
harness = true

[[bench]]
name = "event_ingestion"
path = "benches/event_ingestion.rs"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.argon2]
version = "0.5"

[dependencies.arrow]
version = "53.4"
features = [
    "ipc",
    "json",
]

[dependencies.arrow-flight]
version = "53.4"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"
features = [
    "json",
    "ws",
]

[dependencies.axum-extra]
version = "0.10"
features = ["typed-header"]

[dependencies.base64]
version = "0.22"

[dependencies.bumpalo]
version = "3.16"
features = ["collections"]

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

[dependencies.crc32fast]
version = "1.4"

[dependencies.crossbeam]
version = "0.8"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.dashmap]
version = "6.1"

[dependencies.datafusion]
version = "44.0"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.0"

[dependencies.jsonschema]
version = "0.40"

[dependencies.jsonwebtoken]
version = "9.3"

[dependencies.lz4]
version = "1.28"

[dependencies.parking_lot]
version = "0.12"

[dependencies.parquet]
version = "53.4"
features = [
    "arrow",
    "async",
]

[dependencies.prometheus]
version = "0.14"

[dependencies.rand]
version = "0.9"

[dependencies.rocksdb]
version = "0.24"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.simd-json]
version = "0.17"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "json",
    "chrono",
    "uuid",
]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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

[dev-dependencies.ctrlc]
version = "3.4"

[dev-dependencies.tempfile]
version = "3.23"

[dev-dependencies.testcontainers]
version = "0.23"

[dev-dependencies.testcontainers-modules]
version = "0.11"
features = ["postgres"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1