# 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 = "submap"
version = "0.3.0"
authors = ["Serhij S.
"]
description = "B-Tree map for pub/sub services"
readme = "README.md"
keywords = [
"pubsub",
"subscription",
"b-tree",
"btree",
"map",
]
license = "Apache-2.0"
repository = "https://github.com/alttch/submap"
[package.metadata.docs.rs]
features = ["digest"]
[package.metadata.playground]
features = ["digest"]
[dependencies.indexmap]
version = "2.1.0"
optional = true
[dependencies.openssl]
version = "0.10.62"
optional = true
[dependencies.sha2]
version = "0.10.8"
optional = true
[dependencies.thiserror]
version = "1.0.61"
[features]
digest = ["sha2"]
native-digest = ["openssl"]
openssl-vendored = ["openssl/vendored"]