# 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 = "merkle-tree-bulletin-board" version = "0.3.0" authors = ["Andrew Conway "] description = "A public bulletin board based upon Merkle trees." homepage = "https://github.com/RightToAskOrg/bulletin-board" readme = "README.md" keywords = [ "Merkle", "bulletin", "verifiable", "board", "merkle-tree", ] categories = [ "cryptography", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RightToAskOrg/bulletin-board" resolver = "1" [dependencies.csv] version = "1.1" [dependencies.hex] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.tempdir] version = "0.3"