# 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 = "tchain" version = "0.1.3" description = "A blockchain using proof of selection for mining" documentation = "https://docs.rs/tchain" readme = "README.md" license-file = "LICENSE" repository = "https://gitlab.com/codeguy131/tchain.git" resolver = "2" [[bin]] name = "tchaind" path = "src/bin/daemon/main.rs" test = false bench = false [dependencies.lmdb-zero] version = "0.4.4" [dependencies.openssl] version = "0.10"