# 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 = "tdyne-peer-id" version = "1.0.2" authors = ["Dan Groshev "] exclude = ["/.github/*"] description = """ Basic Peer ID type used across BitTorrent related libraries. """ homepage = "https://github.com/torrentdyne/tdyne-peer-id" documentation = "https://docs.rs/tdyne-peer-id" readme = "README.md" categories = [ "network-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/torrentdyne/tdyne-peer-id" [dependencies] [dev-dependencies.pretty_assertions] version = "1"