dat 0.1.0

DAT - Data Access Token
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 = "dat"
version = "0.1.0"
authors = ["marker <j@saro.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DAT - Data Access Token"
readme = "README.md"
license = "MIT"
repository = "https://github.com/saro-lab/dat-rust"

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

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

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

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

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

[dependencies.aes-gcm]
version = "0.11.0-rc.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.ecdsa]
version = "0.17.0-rc.16"

[dependencies.itertools]
version = "0.14.0"

[dependencies.p256]
version = "0.14.0-rc.8"
features = ["ecdsa"]

[dependencies.p384]
version = "0.14.0-rc.8"
features = ["ecdsa"]

[dependencies.p521]
version = "0.14.0-rc.8"
features = ["ecdsa"]

[dependencies.rand]
version = "0.10.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.time]
version = "0.3.47"
features = [
    "serde",
    "macros",
    "formatting",
]