mdbx-derive-tests 0.7.1

poorman MDBX orm
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"
name = "mdbx-derive-tests"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "poorman MDBX orm"
homepage = "https://github.com/wtdcode/mdbx-derive"
readme = "Readme.md"
license = "GPL-2.0-only"
repository = "https://github.com/wtdcode/mdbx-derive"
resolver = "2"

[features]
bcs = ["mdbx-derive/bcs"]
default = [
    "serde_json",
    "bcs",
]
mdbx = ["mdbx-derive/mdbx"]
serde_json = ["mdbx-derive/serde_json"]
simd-json = ["mdbx-derive/simd-json"]

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

[dependencies.mdbx-derive]
version = "0.7.1"
default-features = false

[dependencies.postcard]
version = "1.1"
features = ["alloc"]

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