# 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 = "2018" name = "internet-checksum" version = "0.2.1" authors = ["Joshua Liebow-Feeser ", "Ghanan Gowripalan ", "Zeling Feng "] include = ["Cargo.toml", "src/*"] description = "RFC 1071 checksum computation (the \"internet checksum\")" keywords = ["rfc1071", "checksum", "internet", "ipv4", "tcp"] categories = ["algorithms", "network-programming", "no-std"] license-file = "LICENSE" repository = "https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/connectivity/lib/internet-checksum" [dev-dependencies.rand] version = "0.6" [dev-dependencies.rand_xorshift] version = "0.1.1" [features] benchmark = []