# 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 = "2018" name = "microledger" version = "0.1.1" description = "Microledger is an authentic data provider leveraging the concept of data provenance log. Provenance logs are intended to be a generalized form of a linked list data structure that uses cryptographic primitives to ensure integrity with a strong cryptographic link to a controller of the log." readme = "README.md" license = "EUPL-1.2" [dependencies.clap] version = "3.0.0-beta.4" [dependencies.keri] version = "0.8.0" [dependencies.said] version = "0.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.thiserror] version = "1.0.29" [dev-dependencies.ed25519-dalek] version = "1.0.1" [dev-dependencies.rand] version = "0.7.3" features = [ "std", "getrandom", ]