# 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 = "nakamoto-chain" version = "0.4.0" authors = ["Alexis Sellier "] description = "Chain storage and fork selection used by the nakamoto crate." homepage = "https://cloudhead.io/nakamoto/" documentation = "https://docs.rs/nakamoto-chain" license = "MIT" repository = "https://github.com/cloudhead/nakamoto" [dependencies.log] version = "0.4" [dependencies.nakamoto-common] version = "0.4.0" features = ["log"] [dependencies.thiserror] version = "1.0" [dev-dependencies.fastrand] version = "1.3.5" [dev-dependencies.nakamoto-test] version = "0.4.0" [dev-dependencies.quickcheck] version = "1" default_features = false [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.tempfile] version = "3"