datafold 0.1.13

A personal database for data sovereignty with AI-powered ingestion and S3 support
Documentation
[[bin]]
name = "datafold_http_server"
path = "src/bin/datafold_http_server.rs"

[[bin]]
name = "openapi_dump"
path = "src/bin/openapi_dump.rs"

[[bin]]
name = "schema_service"
path = "src/bin/schema_service.rs"

[dependencies.actix-cors]
version = "0.6"

[dependencies.actix-files]
version = "0.6"

[dependencies.actix-multipart]
version = "0.6"

[dependencies.actix-web]
version = "4.3"

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

[dependencies.aws-config]
version = "1.0"

[dependencies.aws-sdk-dynamodb]
version = "1.0"

[dependencies.aws-sdk-s3]
version = "1.0"

[dependencies.base64]
version = "0.21.0"

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

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.ed25519-dalek]
features = ["rand_core", "serde"]
version = "2.0"

[dependencies.file_to_json]
version = "0.1.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["json", "multipart"]
version = "0.11"

[dependencies.ring]
version = "0.16.20"

[dependencies.seahash]
version = "4.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sled]
version = "0.34"

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "time", "fs", "signal", "io-util"]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
features = ["env-filter", "json", "fmt", "chrono", "ansi"]
version = "0.3"

[dependencies.ts-rs]
optional = true
version = "10"

[dependencies.utoipa]
features = ["actix_extras"]
version = "4"

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

[dev-dependencies.reqwest]
features = ["json"]
version = "0.11"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "full"]
version = "1.0"

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

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

[features]
default = []
test-utils = []
ts-bindings = ["ts-rs"]

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

[package]
authors = ["Tom Tang <tom@datafold.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "network-programming"]
description = "A personal database for data sovereignty with AI-powered ingestion and S3 support"
documentation = "https://docs.rs/datafold"
edition = "2021"
exclude = ["data/*", "schema_registry/*", "test_db/*", "target/*", "sample_data/*", "*.log", ".github/*", ".roo/*"]
homepage = "https://datafold.ai"
keywords = ["database", "distributed", "schema", "ingestion", "s3"]
license = "MIT OR Apache-2.0"
name = "datafold"
readme = "README.md"
repository = "https://github.com/shiba4life/fold_db"
version = "0.1.13"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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