ps-datalake 0.1.0-16

Encrypted flat storage
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"
name = "ps-datalake"
version = "0.1.0-16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encrypted flat storage"
readme = false
license = "GPL-3.0-or-later"

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

[dependencies.ps-datachunk]
version = "0.1.0-36"

[dependencies.ps-hash]
version = "0.1.0-24"

[dependencies.ps-hkey]
version = "0.1.0-34"

[dependencies.ps-mbuf]
version = "0.1.0-8"

[dependencies.ps-mmap]
version = "0.1.0-15"

[dependencies.ps-str]
version = "0.1.0-3"

[dependencies.ps-util]
version = "0.1.0-6"

[dependencies.serde]
version = "1.0.228"
features = ["serde_derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.6"

[lints.clippy]
expect_used = "warn"
panic = "forbid"
unwrap_used = "forbid"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3