# 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 = "zeronet_peerdb" version = "0.1.3" authors = ["Ansho Rei "] description = "A peer database library for ZeroNet" readme = "README.md" license = "WTFPL" repository = "http://www.github.com/Anshorei/zeronet_peerdb" resolver = "2" [[bench]] name = "peer_db" harness = false [dependencies.lazy_static] version = "1.4" optional = true [dependencies.rusqlite] version = "0.27" optional = true [dependencies.rusqlite_migration] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.zeronet_protocol] version = "0.1" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] sql = [ "rusqlite", "rusqlite_migration", "lazy_static", ]