[package]
edition = "2024"
name = "dasl"
version = "0.2.0"
authors = [
"dignifiedquire <me@dignifiedquire.com>",
"n0 team",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data-Adressed Structures & Links"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/n0-computer/dasl"
[lib]
name = "dasl"
path = "src/lib.rs"
[[bin]]
name = "dasl"
path = "src/main.rs"
[[test]]
name = "cid"
path = "tests/cid.rs"
[[test]]
name = "de"
path = "tests/de.rs"
[[test]]
name = "enum"
path = "tests/enum.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "ser"
path = "tests/ser.rs"
[[test]]
name = "std_types"
path = "tests/std_types.rs"
[dependencies.blake3]
version = "1.8.2"
[dependencies.cbor4ii]
version = "1.0.0"
features = [
"use_alloc",
"use_std",
]
[dependencies.data-encoding]
version = "2.9.0"
[dependencies.data-encoding-macro]
version = "0.1.18"
[dependencies.scopeguard]
version = "1.2.0"
[dependencies.serde]
version = "1.0"
[dependencies.serde_bytes]
version = "0.11.17"
[dependencies.sha2]
version = "0.10.9"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.ciborium]
version = "0.2.2"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.serde-transcode]
version = "1.1.1"
[dev-dependencies.serde_json]
version = "1.0.141"
[dev-dependencies.serde_tuple]
version = "1.1.2"