amaters 0.2.0

AmateRS - Fully Homomorphic Encrypted Distributed Database with Zero Trust Architecture
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 = "2024"
rust-version = "1.85"
name = "amaters"
version = "0.2.0"
authors = ["COOLJAPAN OU (Team KitaSan) <contact@cooljapan.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AmateRS - Fully Homomorphic Encrypted Distributed Database with Zero Trust Architecture"
homepage = "https://github.com/cool-japan/amaters"
documentation = "https://docs.rs/amaters"
readme = "README.md"
keywords = [
    "database",
    "fhe",
    "encryption",
    "distributed",
    "zero-trust",
]
categories = [
    "database",
    "cryptography",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/amaters"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
fhe = ["amaters-sdk-rust/fhe"]
full = [
    "mtls",
    "fhe",
]
mtls = ["amaters-net/mtls"]

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

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

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

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

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

[dependencies.amaters-cluster]
version = "0.2.0"

[dependencies.amaters-core]
version = "0.2.0"

[dependencies.amaters-net]
version = "0.2.0"

[dependencies.amaters-sdk-rust]
version = "0.2.0"