appcore-dnt 1.0.0

Authenticated encrypted binary container contracts for AppCore Runtime.
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.89"
name = "appcore-dnt"
version = "1.0.0"
authors = ["dnettoRaw"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authenticated encrypted binary container contracts for AppCore Runtime."
homepage = "https://wiki.appcore.dnettoraw.com/"
readme = "README.en.md"
keywords = [
    "runtime",
    "encryption",
    "container",
    "local-first",
    "appcore",
]
categories = [
    "cryptography",
    "filesystem",
    "encoding",
]
license = "MIT"
repository = "https://github.com/dnettoRaw/appcore-wiki"

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

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

[dependencies.appcore-contracts]
version = "1.0.0"

[dependencies.appcore-types]
version = "1.0.0"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.flate2]
version = "1.1.5"

[dependencies.getrandom]
version = "0.2.17"

[dependencies.hmac]
version = "0.12.1"

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

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.serde_json]
version = "1.0.145"