# 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" rust-version = "1.58.1" name = "transparentlog_core" version = "0.0.1" description = "Core API for Transparent Log, with in-memory and file implementations" keywords = ["distributed", "log", "merkle"] categories = ["data-structures", "cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/JPMoresmau/transparentlog" [dependencies.anyhow] version = "1.0.53" [dependencies.maybe-owned] version = "0.3.4" [dependencies.num] version = "0.4.0" [dependencies.rmp] version = "^0.8" [dependencies.rmp-serde] version = "1.0.0" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.serial_test] version = "0.5.1"