dcrypt-common 4.0.1

Common implementations and shared functionality for the dcrypt library
Documentation
[package]
name = "dcrypt-common"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Common implementations and shared functionality for the dcrypt library"
repository.workspace = true
license.workspace = true
publish = true

[features]
default = ["std"]
std = ["alloc", "dcrypt-api/std", "dcrypt-internal/std"]
alloc = ["dcrypt-api/alloc", "dcrypt-internal/alloc"]
no_std = []

[dependencies]
dcrypt-internal = { path = "../internal", version = "=4.0.1", default-features = false, features = ["alloc"] }
dcrypt-api = { path = "../api", version = "=4.0.1", default-features = false, features = ["alloc"] }

[package.metadata.release]
publish = true

[lints]
workspace = true