# 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 = "pallas-codec" version = "0.31.0" authors = [ "Santiago Carmuega ", "Lucas Rosa ", "Kasey White ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pallas common CBOR encoding interface and utilities" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-codec" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_codec" path = "src/lib.rs" [[test]] name = "flat" path = "tests/flat.rs" [[test]] name = "zigzag" path = "tests/zigzag.rs" [dependencies.hex] version = "0.4.3" [dependencies.minicbor] version = "0.25.1" features = [ "std", "half", "derive", ] [dependencies.num-bigint] version = "0.4.4" optional = true [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.thiserror] version = "1.0.39" [dev-dependencies.proptest] version = "1.1.0" [features] default = []