# 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-registry" version = "0.1.1" authors = ["Dan Groshev "] exclude = [ "justfile", "/.github/*", "/fuzz/*", ] description = """ A library for parsing and (soon) encoding BitTorrent peer IDs. Tracks all known BitTorrent implementations and their peer ID formats. """ homepage = "https://github.com/torrentdyne/tdyne-peer-id-registry" documentation = "https://docs.rs/tdyne-peer-id-registry" readme = "README.md" categories = [ "network-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/torrentdyne/tdyne-peer-id-registry" [dependencies.phf] version = "0.11" [dependencies.tdyne-peer-id] version = "1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.test-case] version = "3" [build-dependencies.phf] version = "0.11" default-features = false [build-dependencies.phf_codegen] version = "0.11"