ergo_avltree_rust 0.1.1

Implementation of cryptographically authenticated dictionary based on AVL tree
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 = "ergo_avltree_rust"
version = "0.1.1"
authors = [
    "Konstantin Knizhnik <knizhnik@garret.ru>",
    "Ross Weir",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of cryptographically authenticated dictionary based on AVL tree"
documentation = "https://eprint.iacr.org/2016/994"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ergoplatform/ergo_avltree_rust.git"

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

[[test]]
name = "avl_batch_specification"
path = "tests/avl_batch_specification.rs"

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.base16]
version = "0.2.1"
features = ["alloc"]
default-features = false

[dependencies.blake2]
version = "0.10.6"
default-features = false

[dependencies.byteorder]
version = "1.4.3"
default-features = false

[dependencies.bytes]
version = "1.0.1"
default-features = false

[dependencies.rand]
version = "0.8.3"
default-features = false

[dependencies.sha2]
version = "0.9.8"
default-features = false

[dev-dependencies.rand]
version = "0.8.3"
features = ["std"]