sams-ghost-node 0.2.0

SAMS Ghost Node - Post-Quantum Cryptography storage and verification for Managed Space atoms in OMWEI 32BSA ecosystem.
# 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.70"
name = "sams-ghost-node"
version = "0.2.0"
authors = ["OMWEI Project <maintainers@omwei.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SAMS Ghost Node - Post-Quantum Cryptography storage and verification for Managed Space atoms in OMWEI 32BSA ecosystem."
homepage = "https://www.equinibrium.eu"
documentation = "https://docs.rs/sams-ghost-node"
readme = "README.md"
keywords = [
    "SAMS",
    "GhostNode",
    "OMWEI",
    "32BSA",
    "PQC",
]
categories = [
    "cryptography",
    "database",
    "embedded",
    "security",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LelloOmwei/omwei-atom"

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

[features]
compression = ["dep:lz4"]
database = ["dep:sqlx"]
default = ["std"]
pqc = ["omwei-atom/pqc"]
serde = [
    "dep:serde",
    "dep:serde_json",
]
sqlx = ["dep:sqlx"]
std = ["omwei-atom/std"]

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.log]
version = "0.4"

[dependencies.lz4]
version = "1.24"
optional = true

[dependencies.omwei-atom]
version = "0.1.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.7"
features = [
    "runtime-tokio-rustls",
    "sqlite",
    "chrono",
    "uuid",
]
optional = true

[dependencies.thiserror]
version = "1.0"

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

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