appcore-storage 1.0.0

Storage contracts and local file storage provider 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-storage"
version = "1.0.0"
authors = ["dnettoRaw"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage contracts and local file storage provider for AppCore Runtime."
homepage = "https://wiki.appcore.dnettoraw.com/"
readme = "README.en.md"
keywords = [
    "runtime",
    "storage",
    "filesystem",
    "local-first",
    "appcore",
]
categories = [
    "filesystem",
    "database",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/dnettoRaw/appcore-wiki"

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

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

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

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

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

[dependencies.fs2]
version = "0.4.3"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.8"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_Storage_FileSystem"]