Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version. - [Changelog](https://gitlab.com/twittner/minicbor/blob/develop/CHANGELOG.md) - [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.19.0...minicbor-v0.20.0) --- updated-dependencies: - dependency-name: minicbor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
665 B
TOML
24 lines
665 B
TOML
[package]
|
|
name = "pallas-codec"
|
|
description = "Pallas common CBOR encoding interface and utilities"
|
|
version = "0.20.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/txpipe/pallas"
|
|
homepage = "https://github.com/txpipe/pallas"
|
|
documentation = "https://docs.rs/pallas-codec"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
authors = [
|
|
"Santiago Carmuega <santiago@carmuega.me>",
|
|
"Lucas Rosa <x@rvcas.dev>",
|
|
"Kasey White <kwhitemsg@gmail.com>",
|
|
]
|
|
|
|
[dependencies]
|
|
hex = "0.4.3"
|
|
minicbor = { version = "0.20", features = ["std", "half", "derive"] }
|
|
serde = { version = "1.0.143", features = ["derive"] }
|
|
thiserror = "1.0.39"
|
|
|
|
[dev-dependencies]
|
|
proptest = "1.1.0"
|